We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae63eab commit f47e12aCopy full SHA for f47e12a
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