forked from xiaozhi/xiaozhi-esp32
fix: crash if GIF version is 87a (#1194)
* fix: no tool call reply after self.reboot * fix: 87a gif error * append display info to board info
This commit is contained in:
@@ -14,6 +14,7 @@ LvglGif::LvglGif(const lv_img_dsc_t* img_dsc)
|
||||
gif_ = gd_open_gif_data(img_dsc->data);
|
||||
if (!gif_) {
|
||||
ESP_LOGE(TAG, "Failed to open GIF from image descriptor");
|
||||
return;
|
||||
}
|
||||
|
||||
// Setup LVGL image descriptor
|
||||
|
||||
Reference in New Issue
Block a user