add:增加上位机交互框架、Flash R/W 框架

This commit is contained in:
2026-05-08 18:17:26 +08:00
parent f858a672a4
commit 8a5a32b139
21 changed files with 1131 additions and 381 deletions

View File

@@ -12,10 +12,7 @@
typedef struct
{
uint8_t gun_index; // 枪索引
bool is_changing; // 是否正在充电
bool is_plugged; // 是否已插入枪
bool is_gun_returned; // 是否已返回枪
uint8_t status; // 状态
PACK_DATA_0X13 real_time_data; // 实时数据
} ChargerGun;