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.
2 parents e98adc3 + f47e12a commit 2bfcac6Copy full SHA for 2bfcac6
examples/WiFiAdvancedChatServer/WiFiAdvancedChatServer.ino
@@ -45,8 +45,8 @@ void setup() {
45
Serial.println("Please upgrade the firmware");
46
}
47
48
- if (fv < "1.5.1") {
49
- Serial.println("Advanced WiFi Chat Server requires firmware version 1.5.1 or higher.");
+ if (fv < "1.6.0") {
+ Serial.println("Advanced WiFi Chat Server requires firmware version 1.6.0 or higher.");
50
// don't continue
51
while (true);
52
0 commit comments