Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42865d commit c0c6052Copy full SHA for c0c6052
README.md
@@ -641,6 +641,7 @@ Configure the WiFi SSID and password manually:
641
esp8266React.getWiFiSettingsService()->update([&](WiFiSettings& wifiSettings) {
642
wifiSettings.ssid = "MyNetworkSSID";
643
wifiSettings.password = "MySuperSecretPassword";
644
+ return StateUpdateResult::CHANGED;
645
}, "myapp");
646
```
647
0 commit comments