mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
make clang happy
This commit is contained in:
parent
ae200bdeb5
commit
923a18e5c1
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ unsigned long wifi_reconnect_backoff_time = DEFAULT_WIFI_RECONNECT_BACKOFF_TIME;
|
|||
enum WiFiState { DISCONNECTED, CONNECTING, CONNECTED };
|
||||
|
||||
WiFiState wifi_state =
|
||||
DISCONNECTED; //the esp library has no specific state to indicate if its connecting (only WL_IDLE_STATUS) so we keep track of it here
|
||||
DISCONNECTED; //the esp library has no specific state to indicate if its connecting (only WL_IDLE_STATUS) so we keep track of it here
|
||||
|
||||
void init_webserver() {
|
||||
// Configure WiFi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue