Update user_config_override-template.h

This commit is contained in:
H. Árkosi Róbert 2022-01-28 18:15:02 +01:00 committed by GitHub
parent f27ee802a2
commit 22a0987f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,5 +141,7 @@
//#define HASP_START_CONSOLE 0 // Disable starting of serial console at boot
//#define HASP_START_TELNET 0 // Disable starting of telnet service at boot
//#define HASP_START_HTTP 0 // Disable starting of web interface at boot
//#define LV_MEM_SIZE (64 * 1024U) // 64KiB of lvgl memory (default 48)
//#define LV_VDB_SIZE (32 * 1024U) // 32KiB of lvgl draw buffer (default 32)
#endif