mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
make clang happy
This commit is contained in:
parent
008ddcf562
commit
ea0a70e339
1 changed files with 8 additions and 7 deletions
|
@ -317,7 +317,8 @@ void WiFi_monitor_loop() {
|
||||||
switch (status) {
|
switch (status) {
|
||||||
case WL_CONNECTED:
|
case WL_CONNECTED:
|
||||||
if (wifi_state != CONNECTED) { //we need to update our own wifi state to indicate we are connected
|
if (wifi_state != CONNECTED) { //we need to update our own wifi state to indicate we are connected
|
||||||
wifi_reconnect_backoff_time = DEFAULT_WIFI_RECONNECT_BACKOFF_TIME; // Reset backoff time after maintaining connection
|
wifi_reconnect_backoff_time =
|
||||||
|
DEFAULT_WIFI_RECONNECT_BACKOFF_TIME; // Reset backoff time after maintaining connection
|
||||||
wifi_state = CONNECTED;
|
wifi_state = CONNECTED;
|
||||||
print_wifi_status_message(status);
|
print_wifi_status_message(status);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue