Skip to content

Commit c59c515

Browse files
authored
v1.8.8: release with esp-sr==2.1.4 and without font placeholder (#1086)
1 parent 44b8d5e commit c59c515

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# CMakeLists in this exact order for cmake to work correctly
55
cmake_minimum_required(VERSION 3.16)
66

7-
set(PROJECT_VER "1.8.7")
7+
set(PROJECT_VER "1.8.8")
88

99
# Add this line to disable the specific warning
1010
add_compile_options(-Wno-missing-field-initializers)

sdkconfig.defaults

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ CONFIG_LV_USE_IMGFONT=y
5050

5151
# Use compressed font
5252
CONFIG_LV_FONT_FMT_TXT_LARGE=y
53-
CONFIG_LV_USE_FONT_COMPRESSED=y
54-
CONFIG_LV_USE_FONT_PLACEHOLDER=y
53+
CONFIG_LV_USE_FONT_COMPRESSED=n
54+
CONFIG_LV_USE_FONT_PLACEHOLDER=n
5555

5656
# Disable extra widgets to save flash size
5757
CONFIG_LV_USE_ANIMIMG=n

0 commit comments

Comments
 (0)