SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
|
#include "system_status_led.h"
Go to the source code of this file.
Namespaces | |
namespace | sensesp |
Variables | |
int | sensesp::no_ap_pattern [] = {50, 950, PATTERN_END} |
int | sensesp::wifi_disconnected_pattern [] = {300, 700, PATTERN_END} |
int | sensesp::wifi_connected_pattern [] = {700, 300, PATTERN_END} |
int | sensesp::ws_connecting_pattern [] = {650, 50, 50, 50, 50, 50, 50, 50, PATTERN_END} |
int | sensesp::wifimanager_pattern [] = {1000, 0, PATTERN_END} |
int | sensesp::ws_connected_pattern [] = {900, 100, PATTERN_END} |
int | sensesp::ws_disconnected_pattern [] = {50, 50, 50, 50, 50, 50, 50, 650, PATTERN_END} |
int | sensesp::ws_authorizing_pattern [] = {200, 200, PATTERN_END} |