mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +00:00
Merge pull request #11849 from Jason2866/patch-1
Enable all ESP32 libs in platformio_override_sample.ini
This commit is contained in:
commit
171f48c3ac
@ -119,12 +119,12 @@ upload_port = COM4
|
|||||||
lib_extra_dirs = ${library.lib_extra_dirs}
|
lib_extra_dirs = ${library.lib_extra_dirs}
|
||||||
; *** ESP32 lib. ALWAYS needed for ESP32 !!!
|
; *** ESP32 lib. ALWAYS needed for ESP32 !!!
|
||||||
lib/libesp32
|
lib/libesp32
|
||||||
; *** uncomment the following line if you want to use LVGL in a Tasmota32 build
|
; *** comment the following line if you dont use LVGL in a Tasmota32 build. Reduces compile time
|
||||||
; lib/libesp32_lvgl
|
lib/libesp32_lvgl
|
||||||
; *** uncomment the following line if you want to use Bluetooth or Apple Homekit in a Tasmota32 build
|
; *** comment the following line if you dont use Bluetooth or Apple Homekit in a Tasmota32 build. Reduces compile time
|
||||||
; lib/libesp32_div
|
lib/libesp32_div
|
||||||
; *** uncomment the following line if you want to use Epaper driver epidy in your Tasmota32 build
|
; *** uncomment the following line if you dont use Epaper driver epidy in your Tasmota32 build. Reduces compile time
|
||||||
; lib/libesp32_epdiy
|
lib/libesp32_epdiy
|
||||||
|
|
||||||
[core32]
|
[core32]
|
||||||
; Activate Stage Core32 by removing ";" in next 3 lines, if you want to override the standard core32
|
; Activate Stage Core32 by removing ";" in next 3 lines, if you want to override the standard core32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user