Skip to content

Commit

Permalink
remove shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Bolukan committed Jun 20, 2021
1 parent 2eda95f commit be2ad91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/wifimessaging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ void WifiMessaging::InitialiseWiFi()
if (WiFi.getMode() != WIFI_OFF)
{
DEBUG_WIFIMESSAGING_PRINTF("WIFI NOT OFF: SHUTDOWN\n");
WiFi.mode(WIFI_SHUTDOWN);
// 2021-06-20 shutdown function changed, bodge change applied
WiFi.mode(WIFI_OFF);
// Set WiFi Off
if (WiFi.getMode() != WIFI_OFF)
{
Expand Down

0 comments on commit be2ad91

Please sign in to comment.