From 839eb4fee7faaf435c0bf3535f6c958ba8031bcf Mon Sep 17 00:00:00 2001 From: pschatzmann Date: Sun, 1 Dec 2024 02:21:53 +0100 Subject: [PATCH] ARDUINO_ARCH_RP2040 --- src/AudioConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AudioConfig.h b/src/AudioConfig.h index 4543d8989..b5c410f57 100644 --- a/src/AudioConfig.h +++ b/src/AudioConfig.h @@ -543,7 +543,7 @@ typedef uint32_t eps32_i2s_sample_rate_type; #endif // The Pico W has WIFI support: but platformio is messing up, so we support NO_WIFI -#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) # include # define USE_WIFI # define USE_WIFI_CLIENT_SECURE