Add _all entries for esp32 16MB with lots of usermods

platformio: add _all entries with a lot of usermods
usermod bh1750 and bme280: avoid global pin hijacking
settings.htm: remove height for compact display
This commit is contained in:
Ewoud
2023-01-08 16:07:02 +01:00
parent 544446d35e
commit a10f1b20ac
6 changed files with 101 additions and 88 deletions

View File

@@ -40,11 +40,10 @@
; ===================
default_envs =
esp32_4MB_min
esp32_4MB_max ; recommended default
; esp32_4MB_all
esp32_4MB_all
esp32_16MB_max
; esp32_16MB_all
esp32_16MB_all
esp8266_4MB_min
esp32_4MB_PSRAM_max
esp32S3_8MB_max
@@ -55,7 +54,7 @@ default_envs =
wemos_shield_esp32_16MB_max
wemos_shield_esp32_16MB_ICS4343x_max
wemos_shield_esp32_16MB_SPM1423_max
; wemos_shield_esp32_16MB_SPM1423_all
wemos_shield_esp32_16MB_SPM1423_all
wemos_shield_esp32_16MB_LineIn_max
esp32_pico_4MB_max
esp32s2_tinyUF2_PSRAM_max
@@ -625,7 +624,7 @@ lib_deps_min =
https://github.com/kosme/arduinoFFT#develop @ 1.9.2 ; used for USERMOD_AUDIOREACTIVE
build_flags_max =
; -D WLED_MAX_USERMODS=14 ; default only 4-6
-D WLED_MAX_USERMODS=25 ; default only 4-6, also for _all configs takes 25 pointers in memory
;; -D ARDUINO_USB_CDC_ON_BOOT=0 ; needed for arduino-esp32 >=2.0.4 ewowi to softhack: move to build_flags_min? - We need a different solution
-D WLED_USE_MY_CONFIG ; include custom my_config.h ewowi to softhack: redundant as also in build_flags_min?
-D USERMOD_DALLASTEMPERATURE
@@ -654,15 +653,26 @@ lib_deps_V4_max =
claws/BH1750 @^1.2.0 ; used for USERMOD_BH1750
build_flags_all =
-D WLED_MAX_USERMODS=16 ; default only 4-6
-D USERMOD_RTC ;; experimental
; -D USERMOD_SENSORSTOMQTT ;; experimental
; -D USERMOD_SENSORSTOMQTT ;; experimental ewpwi causes error: fatal error: Adafruit_Sensor.h: No such file or directory
-D USERMOD_ANALOG_CLOCK
-D USERMOD_MULTI_RELAY
-D USERMOD_PIRSWITCH
-D USERMOD_PWM_FAN
-D USERMOD_PING_PONG_CLOCK
-D USERMOD_BUZZER
-D USERMOD_SN_PHOTORESISTOR
-D USERMOD_BME280
-D USERMOD_DHT
-D USERMOD_VL53L0X_GESTURES
lib_deps_all =
; adafruit/Adafruit BMP280 Library @ 2.1.0 ;; experimental for usermod USERMOD_SENSORSTOMQTT
; adafruit/Adafruit CCS811 Library @ 1.0.4 ;; experimental for usermod USERMOD_SENSORSTOMQTT
; adafruit/Adafruit Si7021 Library @ 1.4.0 ;; experimental for usermod USERMOD_SENSORSTOMQTT
BME280@~3.0.0 ; for usermod USERMOD_BME280
https://github.com/alwynallan/DHT_nonblocking ; for usermod USERMOD_DHT
pololu/VL53L0X @ ^1.3.0 ; for usermod USERMOD_VL53L0X_GESTURES
; end of common