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"
This commit is contained in:
Johnson
2025-09-04 15:18:22 +08:00
committed by GitHub
parent fc355605f5
commit 3a3dfc003e

View File

@@ -32,7 +32,7 @@ dependencies:
esp_lvgl_port: ~2.6.0 esp_lvgl_port: ~2.6.0
espressif/esp_io_expander_tca95xx_16bit: ^2.0.0 espressif/esp_io_expander_tca95xx_16bit: ^2.0.0
espressif2022/image_player: ==1.1.0~1 espressif2022/image_player: ==1.1.0~1
espressif2022/esp_emote_gfx: ^1.0.0 espressif2022/esp_emote_gfx: ==1.0.0~2
espressif/adc_mic: ^0.2.1 espressif/adc_mic: ^0.2.1
espressif/esp_mmap_assets: '>=1.2' espressif/esp_mmap_assets: '>=1.2'
txp666/otto-emoji-gif-component: ~1.0.2 txp666/otto-emoji-gif-component: ~1.0.2