mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-25 07:17:16 +00:00
Merge pull request #15449 from Jason2866/openhasp
openhasp as default in lvgl env.
This commit is contained in:
commit
6466da6d8b
@ -99,7 +99,7 @@
|
|||||||
#ifdef FIRMWARE_LVGL
|
#ifdef FIRMWARE_LVGL
|
||||||
|
|
||||||
#undef CODE_IMAGE_STR
|
#undef CODE_IMAGE_STR
|
||||||
#define CODE_IMAGE_STR "lvgl"
|
#define CODE_IMAGE_STR "lvgl-openhasp"
|
||||||
|
|
||||||
#undef MODULE
|
#undef MODULE
|
||||||
#define MODULE WEMOS // [Module] Select default module from tasmota_template.h
|
#define MODULE WEMOS // [Module] Select default module from tasmota_template.h
|
||||||
@ -115,6 +115,7 @@
|
|||||||
#define USE_I2S
|
#define USE_I2S
|
||||||
#define USE_SPI
|
#define USE_SPI
|
||||||
#define USE_LVGL
|
#define USE_LVGL
|
||||||
|
#define USE_LVGL_OPENHASP
|
||||||
#define USE_LVGL_FREETYPE
|
#define USE_LVGL_FREETYPE
|
||||||
#undef SET_ESP32_STACK_SIZE
|
#undef SET_ESP32_STACK_SIZE
|
||||||
#define SET_ESP32_STACK_SIZE (24 * 1024)
|
#define SET_ESP32_STACK_SIZE (24 * 1024)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user