Skip to content

Commit 3a3dfc0

Browse files
authored
Fix build error with esp_emote_gfx (#1159)
'bool' is defined in header '<stdbool.h>'; this is probably fixable by adding '#include <stdbool.h>' 11 | #include "decoder/gfx_aaf_format.h"
1 parent fc35560 commit 3a3dfc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
esp_lvgl_port: ~2.6.0
3333
espressif/esp_io_expander_tca95xx_16bit: ^2.0.0
3434
espressif2022/image_player: ==1.1.0~1
35-
espressif2022/esp_emote_gfx: ^1.0.0
35+
espressif2022/esp_emote_gfx: ==1.0.0~2
3636
espressif/adc_mic: ^0.2.1
3737
espressif/esp_mmap_assets: '>=1.2'
3838
txp666/otto-emoji-gif-component: ~1.0.2

0 commit comments

Comments
 (0)