fix(ota): 修复 ottoRobot和electronBot OTA 升级崩溃问题 bug (#812)

* otto v1.4.0 MCP

1.使用MCP协议控制机器人
2.gif继承lcdDisplay,避免修改lcdDisplay

* otto v1.4.1 gif as components

gif as components

* electronBot v1.1.0 mcp

1.增加electronBot支持
2.mcp协议
3.gif 作为组件
4.display子类

* 规范代码

1.规范代码
2.修复切换主题死机bug

* fix(ota): 修复 ottoRobot和electronBot OTA 升级崩溃问题 bug
This commit is contained in:
小鹏
2025-06-13 13:46:14 +08:00
committed by GitHub
parent f8c9126442
commit 7bb17f7539
6 changed files with 60 additions and 2 deletions

View File

@@ -47,5 +47,5 @@
#define BOOT_BUTTON_GPIO GPIO_NUM_0
#define ELECTRON_BOT_VERSION "1.1.1"
#define ELECTRON_BOT_VERSION "1.1.2"
#endif // _BOARD_CONFIG_H_