mirror of
https://github.com/wled/WLED.git
synced 2025-04-23 22:37:18 +00:00
Quick fix fro paltformio.ini (#2060)
* Added support for H803FW controller * Create usermod_bme280.cpp * Create usermod_bme280.cpp * Added BME280 sensor * Update readme.md * Update usermod_bme280.cpp * Update platformio.ini * Update for lightweight sensor * Added travis build badge * Update readme.md * Update readme.md * Update .gitignore * Changed ldscript for a file system * Update NpbWrapper.h * Update .gitignore * Delete wled-ci.yml * Added usermod for ST7789 display Functionality tested with ESP32. Works with main WLED and @blazoncek fork. * fixes * Update .gitignore * Firmware updates!!! Updated official @Aircoookie firmware to v0.12.0-b4 build 2103290 and developer @blazoncek firmware to latest v0.12.0-b3 build 2103282. * Updated platformio.ini for Universal Wemos Shield board * Fixed errors in env:wemos_shield_esp32 - lib_deps must be for esp32; - Commented global lib_deps for Dallas sensor.
This commit is contained in:
parent
8c44147a45
commit
f27b31b581
@ -165,8 +165,8 @@ lib_deps =
|
||||
#For use SSD1306 OLED display uncomment following
|
||||
#U8g2@~2.27.2
|
||||
#For Dallas sensor uncomment following 2 lines
|
||||
OneWire@~2.3.5
|
||||
milesburton/DallasTemperature@^3.9.0
|
||||
#OneWire@~2.3.5
|
||||
#milesburton/DallasTemperature@^3.9.0
|
||||
#For BME280 sensor uncomment following
|
||||
#BME280@~3.0.0
|
||||
; adafruit/Adafruit BMP280 Library @ 2.1.0
|
||||
@ -372,7 +372,7 @@ build_flags = ${common.build_flags_esp32}
|
||||
; -D USERMOD_DALLASTEMPERATURE_CELCIUS
|
||||
; -D USERMOD_FOUR_LINE_DISPLAY
|
||||
; -D TEMPERATURE_PIN=21
|
||||
lib_deps = ${esp8266.lib_deps}
|
||||
lib_deps = ${esp32.lib_deps}
|
||||
; OneWire@~2.3.5
|
||||
; milesburton/DallasTemperature@^3.9.0
|
||||
; U8g2@~2.27.2
|
||||
@ -459,4 +459,4 @@ build_flags = ${common.build_flags_esp32} -D WLED_DISABLE_BROWNOUT_DET -D WLED_D
|
||||
-D USER_SETUP_LOADED
|
||||
monitor_filters = esp32_exception_decoder
|
||||
lib_deps = ${esp32.lib_deps} TFT_eSPI
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user