mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 18:29:48 +02:00
make clang happy
This commit is contained in:
parent
ea0a70e339
commit
ae200bdeb5
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ const char index_html[] PROGMEM = R"rawliteral(
|
||||||
// Wifi connect time declarations and definition
|
// Wifi connect time declarations and definition
|
||||||
const unsigned long MAX_WIFI_RECONNECT_BACKOFF_TIME = 60000; // Maximum backoff time of 1 minute
|
const unsigned long MAX_WIFI_RECONNECT_BACKOFF_TIME = 60000; // Maximum backoff time of 1 minute
|
||||||
const unsigned long DEFAULT_WIFI_RECONNECT_BACKOFF_TIME =
|
const unsigned long DEFAULT_WIFI_RECONNECT_BACKOFF_TIME =
|
||||||
1000; // Default wifi reconnect backoff time. Start with 1 second
|
1000; // Default wifi reconnect backoff time. Start with 1 second
|
||||||
const unsigned long WIFI_CONNECT_TIMEOUT = 10000; // Timeout for WiFi connect in milliseconds
|
const unsigned long WIFI_CONNECT_TIMEOUT = 10000; // Timeout for WiFi connect in milliseconds
|
||||||
const unsigned long WIFI_MONITOR_LOOP_TIME =
|
const unsigned long WIFI_MONITOR_LOOP_TIME =
|
||||||
1000; // Will check if WiFi is connected and try reconnect every x milliseconds
|
1000; // Will check if WiFi is connected and try reconnect every x milliseconds
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue