Merge branch 'arendst:development' into New-Venetian-Blind

This commit is contained in:
stefanbode 2021-11-07 15:54:07 +01:00 committed by GitHub
commit 2bc784fcbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
53 changed files with 11 additions and 15 deletions

View File

@ -134,7 +134,7 @@ lib_extra_dirs = ${library.lib_extra_dirs}
; *** uncomment the following line if you use Bluetooth or Apple Homekit in a Tasmota32 build. Reduces compile time
; lib/libesp32_div
; *** uncomment the following line if you use Epaper driver epidy in your Tasmota32 build. Reduces compile time
; lib/libesp32_epdiy
; lib/libesp32_eink
[library]

View File

@ -14,12 +14,11 @@ extends = env:tasmota32-dev
platform_packages = ${env:tasmota32-dev.platform_packages}
board = esp32s2
build_flags = ${env:tasmota32idf4.build_flags}
lib_extra_dirs = lib/libesp32
lib/libesp32_lvgl
lib/lib_basic
lib/lib_i2c
lib/lib_ssl
lib/lib_display
-D FIRMWARE_TASMOTA32
lib_ignore =
ESP8266Audio
ESP8266SAM
TTGO TWatch Library
[env:tasmota-rangeextender]
build_flags = ${env.build_flags}

View File

@ -17,7 +17,7 @@ lib_extra_dirs = ${common.lib_extra_dirs}
lib/libesp32
lib/libesp32_lvgl
lib/libesp32_div
lib/libesp32_epdiy
lib/libesp32_eink
lib_ignore =
ESP RainMaker
WiFiProv
@ -121,17 +121,14 @@ build_flags = ${env:tasmota32idf4.build_flags}
; -DUSE_BLE_ESP32
; -DUSE_MI_ESP32
;-DESP32_STAGE=true
lib_extra_dirs = lib/libesp32
lib/libesp32_div
lib/libesp32_lvgl
lib/lib_basic
lib/lib_i2c
lib/lib_ssl
lib/lib_display
-DFIRMWARE_TASMOTA32
lib_ignore =
ESP8266Audio
ESP8266SAM
TTGO TWatch Library
ESP32-HomeKit
Micro-RTSP
epdiy
[env:tasmota32-AF]
extends = env:tasmota32_base