Skip to content

Commit

Permalink
ARDUINO_ARCH_RP2040
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Dec 1, 2024
1 parent e07ac17 commit 839eb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AudioConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <WiFi.h>
# define USE_WIFI
# define USE_WIFI_CLIENT_SECURE
Expand Down

0 comments on commit 839eb4f

Please sign in to comment.