From efb2cd3348e955e6af5471aa4be9dda6046de649 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 24 Apr 2022 23:07:22 +0200 Subject: [PATCH] openhasp as default in lvgl env. --- tasmota/tasmota_configurations_ESP32.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index 59084cc52..c79d7f287 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -99,7 +99,7 @@ #ifdef FIRMWARE_LVGL #undef CODE_IMAGE_STR -#define CODE_IMAGE_STR "lvgl" +#define CODE_IMAGE_STR "lvgl-openhasp" #undef MODULE #define MODULE WEMOS // [Module] Select default module from tasmota_template.h @@ -115,6 +115,7 @@ #define USE_I2S #define USE_SPI #define USE_LVGL +#define USE_LVGL_OPENHASP #define USE_LVGL_FREETYPE #undef SET_ESP32_STACK_SIZE #define SET_ESP32_STACK_SIZE (24 * 1024)