Cleanup changes to platformio.ini
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user