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 ef651cc commit 92c1f6fCopy full SHA for 92c1f6f
src/Arduino_ConnectionHandler.h
@@ -18,6 +18,8 @@
18
#ifndef ARDUINO_CONNECTION_HANDLER_H_
19
#define ARDUINO_CONNECTION_HANDLER_H_
20
21
+#include <Arduino.h>
22
+
23
#ifdef ARDUINO_SAMD_MKR1000
24
#include <WiFi101.h>
25
#include <WiFiUdp.h>
@@ -30,7 +32,7 @@
30
32
#endif
31
33
34
#if defined(ARDUINO_SAMD_MKRWIFI1010) || defined(ARDUINO_SAMD_NANO_33_IOT) || \
- defined(ARDUINO_AVR_UNO_WIFI_REV2)
35
+ defined(ARDUINO_AVR_UNO_WIFI_REV2) || defined (ARDUINO_NANO_RP2040_CONNECT)
36
#include <WiFiNINA.h>
37
38
0 commit comments