Browse Source

v304

master
zhaohe 5 months ago
parent
commit
972fdb2ca8
  1. 3
      README.md
  2. 23204
      release/V304/hand_acid_mainboard.hex
  3. 2
      usrc/project_configs.h

3
README.md

@ -5,7 +5,8 @@ V301:
2. 调整电机使能位置(移动到了屏幕初始化之后)
3. 修复测试模式下,电机停止动作不连续的问题。
V304:
1. 修复U盘导出文件错位BUG
```

23204
release/V304/hand_acid_mainboard.hex
File diff suppressed because it is too large
View File

2
usrc/project_configs.h

@ -20,7 +20,7 @@
#define HARDWARE_VERSION 1 // 硬件版本
#define PROJECT "hand_acid_main_board" // 工程名称
#define APP_VERSION VERSION(3, 0, 3)
#define APP_VERSION VERSION(3, 0, 4)
#define APP_VERSION_MAIN ((APP_VERSION >> 16) & 0xff)
#define APP_VERSION_SUB ((APP_VERSION >> 8) & 0xff)
#define APP_VERSION_FIX (APP_VERSION & 0xff)

Loading…
Cancel
Save