mirror of https://github.com/arendst/Tasmota.git
Enable more esp32 libs by default (#18821)
This commit is contained in:
parent
4ce3e5c544
commit
2ffd4311c3
|
@ -132,9 +132,9 @@ lib_extra_dirs = ${library.lib_extra_dirs}
|
|||
; *** comment the following line if you dont use LVGL in a Tasmota32 build. Reduces compile time
|
||||
lib/libesp32_lvgl
|
||||
; *** comment the following line if you dont use ESP32 Audio in a Tasmota32 build. Reduces compile time
|
||||
; lib/libesp32_audio
|
||||
lib/libesp32_audio
|
||||
; *** uncomment the following line if you use Bluetooth or Apple Homekit in a Tasmota32 build. Reduces compile time
|
||||
; lib/libesp32_div
|
||||
lib/libesp32_div
|
||||
; *** uncomment the following line if you use Epaper driver epidy in your Tasmota32 build. Reduces compile time
|
||||
; lib/libesp32_eink
|
||||
|
||||
|
|
Loading…
Reference in New Issue