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 f5462a0 commit c81db96Copy full SHA for c81db96
src/AudioConfig.h
@@ -510,7 +510,7 @@ typedef uint32_t eps32_i2s_sample_rate_type;
510
#endif
511
512
// The Pico W has WIFI support: but platformio is messing up, so we support NO_WIFI
513
-#if defined(ARDUINO_ARCH_RP2040) && LWIP_IPV4==1 &&!defined(NO_WIFI)
+#if defined(ARDUINO_NANO_RP2040_CONNECT) && LWIP_IPV4==1 &&!defined(NO_WIFI)
514
# include <WiFi.h>
515
# define USE_WIFI
516
# define USE_WIFI_CLIENT_SECURE
0 commit comments