Fine tune the admin UI.
This commit is contained in:
@@ -34,6 +34,9 @@ extern const byte DNS_PORT;
|
||||
extern const IPAddress SETUP_AP_IP;
|
||||
extern const IPAddress SETUP_AP_GATEWAY;
|
||||
extern const IPAddress SETUP_AP_SUBNET;
|
||||
extern const char *WWW_ROOT;
|
||||
extern const char *LOG_DIR;
|
||||
extern const char *LOG_FILE_PATH;
|
||||
|
||||
enum LogLevel : uint8_t {
|
||||
LOG_ERROR = 0,
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
void handlePing();
|
||||
void handleAdd();
|
||||
void handleLed();
|
||||
void handleUptime();
|
||||
void handleUptimeEvents();
|
||||
|
||||
Reference in New Issue
Block a user