Fine tune the admin UI.
This commit is contained in:
@@ -14,6 +14,9 @@ const byte DNS_PORT = 53;
|
||||
const IPAddress SETUP_AP_IP(192, 168, 1, 1);
|
||||
const IPAddress SETUP_AP_GATEWAY(192, 168, 1, 1);
|
||||
const IPAddress SETUP_AP_SUBNET(255, 255, 255, 0);
|
||||
const char *WWW_ROOT = "/www";
|
||||
const char *LOG_DIR = "/log";
|
||||
const char *LOG_FILE_PATH = "/log/logs.txt";
|
||||
|
||||
WebServer server(80);
|
||||
DNSServer dnsServer;
|
||||
|
||||
Reference in New Issue
Block a user