Skip to content

Commit

Permalink
Update ksConstants.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 authored Jul 17, 2024
1 parent 55add4e commit 991d158
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ksf/ksConstants.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ namespace ksf
WiFi.mode(WIFI_OFF);
WiFi.setAutoReconnect(false);

#if ESP32
WiFi.enableIPv6();
#endif

/* Create NVS directory. */
if (auto nvsDir{getNvsDirectory()}; !LittleFS.exists(nvsDir))
LittleFS.mkdir(nvsDir);
Expand Down

0 comments on commit 991d158

Please sign in to comment.