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 b86cfc1 commit a923c22Copy full SHA for a923c22
src/Wippersnapper_demo.ino
@@ -9,7 +9,14 @@
9
// All text above must be included in any redistribution.
10
11
#include "ws_adapters.h"
12
+#if defined(ARDUINO_RASPBERRY_PI_PICO_2) || \
13
+ defined(ARDUINO_RASPBERRY_PI_PICO) || \
14
+ defined(ARDUINO_ADAFRUIT_FEATHER_RP2040_ADALOGGER) || \
15
+ defined(ARDUINO_ADAFRUIT_METRO_RP2350)
16
+ws_adapter_offline wipper;
17
+#else
18
ws_adapter_wifi wipper;
19
+#endif
20
21
#define WS_DEBUG // Enable debug output!
22
0 commit comments