Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c0c6052

Browse files
committed
fix code example in README.md
1 parent e42865d commit c0c6052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@ Configure the WiFi SSID and password manually:
641641
esp8266React.getWiFiSettingsService()->update([&](WiFiSettings& wifiSettings) {
642642
wifiSettings.ssid = "MyNetworkSSID";
643643
wifiSettings.password = "MySuperSecretPassword";
644+
return StateUpdateResult::CHANGED;
644645
}, "myapp");
645646
```
646647

0 commit comments

Comments
 (0)