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 28fc65b commit 6dd64fbCopy full SHA for 6dd64fb
src/Arduino_ConnectionHandler.h
@@ -43,7 +43,7 @@
43
#define WIFI_FIRMWARE_VERSION_REQUIRED WIFI_FIRMWARE_LATEST_VERSION
44
#endif
45
46
-#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4)
+#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4) || defined(ARDUINO_NICLA_VISION)
47
#include <WiFi.h>
48
#include <WiFiUdp.h>
49
0 commit comments