From c50fda1e25d8c4a1a7e0564429f39fac35c1041c Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Sat, 10 Feb 2024 13:47:00 +0000 Subject: [PATCH] Cleanup changes to platformio.ini --- platformio.ini | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/platformio.ini b/platformio.ini index 0eab03af65..50786f35c4 100644 --- a/platformio.ini +++ b/platformio.ini @@ -81,15 +81,15 @@ default_envs = esp32c3mini_dio_4MB_M ;; for boards that need "dio" flash mode (instead of qio) seeed_esp32c3_4MB_S ;; experimental esp32_4MB_V4_S ;; experimental - ; esp32_16MB_V4_S ;; experimental, optimized for speed - ; esp32_16MB_V4_M ;; experimental - ; ; esp32_16MB_V4_M_debug ;; experimental -- temp disable - ; esp32_pico_4MB_V4_S ;; experimental - may work better in case you experience wifi connectivity problems - ; esp8266pro_16MB_S - ; esp8266pro_16MB_M - ; esp01_1MB_S - ; esp32_16MB_M_eth - ; athom_music_esp32_4MB_M + esp32_16MB_V4_S ;; experimental, optimized for speed + esp32_16MB_V4_M ;; experimental + ; esp32_16MB_V4_M_debug ;; experimental -- temp disable + esp32_pico_4MB_V4_S ;; experimental - may work better in case you experience wifi connectivity problems + esp8266pro_16MB_S + esp8266pro_16MB_M + esp01_1MB_S + esp32_16MB_M_eth + athom_music_esp32_4MB_M adafruit_matrixportal_esp32s3 ; Go to MoonModules environments for environments @@ -988,7 +988,6 @@ build_flags_M = ;WLEDMM: only setting WLED_DEBUG_HOST is enough, ip and port can be defined in sync settings as well -D WLED_DEBUG_HOST='"192.168.x.x"' ;; to send debug messages over network to host 192.168.x.y - FQDN is also possible -D WLED_DEBUG_PORT=1768 ;; port for network debugging. default = 7868 - -D WLED_DEBUG lib_deps_M = ;https://github.com/blazoncek/OneWire.git ; includes bugfixes for inconsistent readings @@ -1022,7 +1021,7 @@ build_flags_XL = -D USERMOD_BME280 -D USERMOD_DHT ; -D USERMOD_SHT ;; experimental - ; -D USERMOD_VL53L0X_GESTURES ;; save space for now + -D USERMOD_VL53L0X_GESTURES -D WLED_ENABLE_PIXART ${common_mm.animartrix_build_flags}