mirror of https://github.com/arendst/Tasmota.git
correct and rename lib structure
This commit is contained in:
parent
594bfeb633
commit
0c3e9a4751
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue