diff --git a/platformio_override_sample.ini b/platformio_override_sample.ini index 283c4405f..05814bc69 100644 --- a/platformio_override_sample.ini +++ b/platformio_override_sample.ini @@ -122,6 +122,8 @@ lib_extra_dirs = ${library.lib_extra_dirs} lib/libesp32 ; *** 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 [core32] ; Activate Stage Core32 by removing ";" in next 3 lines, if you want to override the standard core32 diff --git a/platformio_tasmota32.ini b/platformio_tasmota32.ini index 567222fa3..de1e9f08f 100644 --- a/platformio_tasmota32.ini +++ b/platformio_tasmota32.ini @@ -65,6 +65,8 @@ lib_extra_dirs = lib/libesp32 ; uncomment the following line if you need Bluetooth, Homekit or TTGO Watch libraries in your Tasmota32 build ; lib/libesp32_div +; uncomment the following line if you want to use Epaper driver epidy in your Tasmota32 build +; lib/libesp32_epdiy lib/lib_basic lib/lib_i2c lib/lib_display