Remove a bunch of bins from the default_envs

This commit is contained in:
Ewoud
2023-05-11 14:13:26 +02:00
parent 692d30048d
commit 5935ea1726

View File

@@ -40,24 +40,24 @@
; ===================
default_envs =
esp32_4MB_S
; esp32_4MB_S
esp32_4MB_M ; recommended default
esp32_4MB_M_debug
esp32_4MB_XL
esp32_16MB_M
esp32_16MB_M_debug
esp32_16MB_XL
; esp32_16MB_M_debug
; esp32_16MB_XL
esp8266_4MB_S
esp8266_4MB_M
; esp8266_4MB_M
wemos_shield_esp32_4MB_M
wemos_shield_esp32_4MB_ICS4343x_M
wemos_shield_esp32_4MB_SPM1423_M
wemos_shield_esp32_4MB_LineIn_M
wemos_shield_esp32_16MB_M
wemos_shield_esp32_16MB_ICS4343x_M
wemos_shield_esp32_16MB_SPM1423_M
wemos_shield_esp32_16MB_SPM1423_XL
wemos_shield_esp32_16MB_LineIn_M
; wemos_shield_esp32_4MB_ICS4343x_M
; wemos_shield_esp32_4MB_SPM1423_M
; wemos_shield_esp32_4MB_LineIn_M
; wemos_shield_esp32_16MB_M
; wemos_shield_esp32_16MB_ICS4343x_M
; wemos_shield_esp32_16MB_SPM1423_M
; wemos_shield_esp32_16MB_SPM1423_XL
; wemos_shield_esp32_16MB_LineIn_M
esp32_pico_4MB_M
esp32_4MB_PSRAM_S
esp32S3_8MB_M
@@ -1095,7 +1095,7 @@ build_flags = ${common.build_flags_esp8266}
-D USERMOD_FOUR_LINE_DISPLAY
-D USERMOD_MPU6050_IMU ; gyro/accelero for USERMOD_GAMES (ONLY WORKS IF USERMOD_FOUR_LINE_DISPLAY NOT INCLUDED - I2C SHARING BUG)
-D USERMOD_GAMES ; WLEDMM usermod
-D USERMOD_ARTIFX
; -D USERMOD_ARTIFX ; this is compiling but not working due to low memory on 8266
-D USERMOD_BATTERY ;; enable Battery usermod
-D USERMOD_BATTERY_USE_LIPO ;; use new "decharging curve" for LiPo cells
-D WLED_DEBUG_HOST='"192.168.x.x"' ;; to send debug messages over network to host 192.168.x.y - FQDN is also possible