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 e85c35d commit 66795a4Copy full SHA for 66795a4
examples/CheckWifi101FirmwareVersion/CheckWifi101FirmwareVersion.ino
@@ -51,7 +51,7 @@ void setup() {
51
52
// Check if the latest version is installed
53
Serial.println();
54
- if (fv == latestFv) {
+ if (fv >= latestFv) {
55
Serial.println("Check result: PASSED");
56
} else {
57
Serial.println("Check result: NOT PASSED");
0 commit comments