1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-10 04:22:05 +03:00

fix minor typo (#9111)

This commit is contained in:
David Refoua
2024-03-28 01:28:51 +03:30
committed by GitHub
parent d7c50f76aa
commit 75cd58f647

View File

@ -21,7 +21,7 @@ extern "C" void __disableWiFiAtBootTime()
// Does (almost) nothing: WiFi is enabled by default in nonos-sdk
// ... but restores legacy WiFi credentials persistence to true at boot time
// (can be still overrisden by user before setting up WiFi, like before)
// (can be still overridden by user before setting up WiFi, like before)
// (note: c++ ctors not called yet at this point)
ESP8266WiFiClass::persistent(true);