Fine tune the admin UI.

This commit is contained in:
2026-06-28 12:34:55 -05:00
parent 54ae1e66da
commit 941ce78bfd
30 changed files with 1166 additions and 261 deletions

View File

@@ -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,