From 6adeac2ecbcbc405af8c29c26489f1c3876ae398 Mon Sep 17 00:00:00 2001 From: Ash-4 <81280775+Ash-4@users.noreply.github.com> Date: Sat, 5 Feb 2022 23:28:39 -0600 Subject: [PATCH] merge 3.2.0 rc13 into ESP88 --- defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defines.h b/defines.h index aa98392..1cfbfbb 100644 --- a/defines.h +++ b/defines.h @@ -48,7 +48,7 @@ // WIFI_ON: All prereqs for running with WIFI are met // Note: WIFI_CHANNEL may not exist in early config.h files so is added here if needed. -#if (defined(ARDUINO_AVR_MEGA) || defined(ARDUINO_AVR_MEGA2560) || defined(ARDUINO_SAMD_ZERO) || defined(TEENSYDUINO)) || defined(ARDUINO_AVR_NANO_EVERY) || defined (ESP_FAMILY)) +#if (defined(ARDUINO_AVR_MEGA) || defined(ARDUINO_AVR_MEGA2560) || defined(ARDUINO_SAMD_ZERO) || defined(TEENSYDUINO) || defined(ARDUINO_AVR_NANO_EVERY) || defined (ESP_FAMILY)) #define BIG_RAM #endif #if ENABLE_WIFI