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 e07ac17 commit 839eb4fCopy full SHA for 839eb4f
src/AudioConfig.h
@@ -543,7 +543,7 @@ typedef uint32_t eps32_i2s_sample_rate_type;
543
#endif
544
545
// The Pico W has WIFI support: but platformio is messing up, so we support NO_WIFI
546
-#if defined(ARDUINO_NANO_RP2040_CONNECT) && LWIP_IPV4==1 &&!defined(NO_WIFI)
+#if (defined(ARDUINO_NANO_RP2040_CONNECT) || defined(ARDUINO_RASPBERRY_PI_PICO_W) || defined(ARDUINO_ARCH_RP2040)) && (LWIP_IPV4==1 || LWIP_IPV6==1) &&!defined(NO_WIFI)
547
# include <WiFi.h>
548
# define USE_WIFI
549
# define USE_WIFI_CLIENT_SECURE
0 commit comments