Skip to content

Conversation

78
Copy link
Owner

@78 78 commented Sep 4, 2025

  1. 升级 esp-ml307 版本
  2. 优化 UI 流畅度
  3. 减少 cpu data cache (64KB => 32KB)

@78
Copy link
Owner Author

78 commented Sep 4, 2025

编译没有通过 @espressif2022

idf/espressif2022__esp_emote_gfx/CMakeFiles/__idf_espressif2022__esp_emote_gfx.dir/src/decoder/gfx_aaf_format.c.obj -MF esp-idf/espressif2022__esp_emote_gfx/CMakeFiles/__idf_espressif2022__esp_emote_gfx.dir/src/decoder/gfx_aaf_format.c.obj.d -o esp-idf/espressif2022__esp_emote_gfx/CMakeFiles/__idf_espressif2022__esp_emote_gfx.dir/src/decoder/gfx_aaf_format.c.obj -c /__w/xiaozhi-esp32/xiaozhi-esp32/managed_components/espressif2022__esp_emote_gfx/src/decoder/gfx_aaf_format.c
/__w/xiaozhi-esp32/xiaozhi-esp32/managed_components/espressif2022__esp_emote_gfx/src/decoder/gfx_aaf_format.c: In function 'gfx_aaf_format_init':
/__w/xiaozhi-esp32/xiaozhi-esp32/managed_components/espressif2022__esp_emote_gfx/src/decoder/gfx_aaf_format.c:85:5: error: unknown type name 'bool'
   85 |     bool valid_format = (memcmp(data + GFX_AAF_STR_OFFSET, GFX_AAF_FORMAT_STR, 3) == 0) ||
      |     ^~~~
/__w/xiaozhi-esp32/xiaozhi-esp32/managed_components/espressif2022__esp_emote_gfx/src/decoder/gfx_aaf_format.c:12:1: note: 'bool' is defined in header '<stdbool.h>'; this is probably fixable by adding '#include <stdbool.h>'
   11 | #include "decoder/gfx_aaf_format.h"
  +++ |+#include <stdbool.h>
   12 | 

@78 78 merged commit 5d3f597 into main Sep 4, 2025
1 of 95 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant