Skip to content

Commit

Permalink
Cleanup changes to platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Feb 10, 2024
1 parent bd228e3 commit c50fda1
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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}

Expand Down

0 comments on commit c50fda1

Please sign in to comment.