From 8da3c913a65f5dca2a388da25b5b281fdb549dce Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 22 Apr 2021 18:29:57 +0200 Subject: [PATCH] Enable all ESP32 libs in platformio_override_sample.ini more user friendly. This does not raise the compile time for the automated builds since at this time no platformio_override.ini exists. --- platformio_override_sample.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/platformio_override_sample.ini b/platformio_override_sample.ini index d1897880a..681144edc 100644 --- a/platformio_override_sample.ini +++ b/platformio_override_sample.ini @@ -119,12 +119,12 @@ upload_port = COM4 lib_extra_dirs = ${library.lib_extra_dirs} ; *** ESP32 lib. ALWAYS needed for ESP32 !!! lib/libesp32 -; *** uncomment the following line if you want to use LVGL in a Tasmota32 build -; lib/libesp32_lvgl -; *** uncomment the following line if you want to use Bluetooth or Apple Homekit in a Tasmota32 build -; lib/libesp32_div -; *** uncomment the following line if you want to use Epaper driver epidy in your Tasmota32 build -; lib/libesp32_epdiy +; *** 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 Bluetooth or Apple Homekit in a Tasmota32 build. Reduces compile time + lib/libesp32_div +; *** uncomment the following line if you dont use Epaper driver epidy in your Tasmota32 build. Reduces compile time + lib/libesp32_epdiy [core32] ; Activate Stage Core32 by removing ";" in next 3 lines, if you want to override the standard core32