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 16a18a5 commit 575c954Copy full SHA for 575c954
libraries/WiFi/src/WiFi.cpp
@@ -4,10 +4,10 @@ WiFiClass WiFi;
4
5
String WiFiClass::firmwareVersion() { // TODO integrate fw version detection
6
#if defined(ARDUINO_PORTENTA_C33)
7
- return "v1.5.0"
8
-#if defined(ARDUINO_PORTENTA_H7) || defined(ARDUINO_OPTA) || defined(ARDUINO_GIGA) ||\
+ return "v1.5.0";
+#elif defined(ARDUINO_PORTENTA_H7) || defined(ARDUINO_OPTA) || defined(ARDUINO_GIGA) ||\
9
defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_NICLA_SENSE_ME)
10
- return "v0.0.0"
+ return "v0.0.0";
11
#else
12
return "v0.0.0";
13
#endif
0 commit comments