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 d4d2f0a commit b37f2eaCopy full SHA for b37f2ea
src/networkId.cpp
@@ -14,11 +14,12 @@ bool networkId::begin() {
14
#if defined(ARDUINO_NANO_RP2040_CONNECT) || \
15
defined(ARDUINO_SAMD_MKRWIFI1010) || \
16
defined(ARDUINO_SAMD_NANO_33_IOT) || \
17
- defined(ARDUINO_PORTENTA_C33) || \
18
defined(ARDUINO_UNOR4_WIFI)
19
WiFi.setTimeout(0);
20
int result = WiFi.begin("In33dm4c4ddr35", "In33dm4c4ddr35");
21
return (result != WL_NO_SHIELD) ? true : false;
+#elif defined(ARDUINO_PORTENTA_C33)
22
+ return true;
23
#elif defined(ARDUINO_PORTENTA_H7_M7) || \
24
defined(ARDUINO_NICLA_VISION) || \
25
defined(ARDUINO_GIGA)
0 commit comments