Browse Source

V112

master
zhaohe 11 months ago
parent
commit
0a3977c6f6
  1. 3
      .vscode/settings.json
  2. 2
      README.md
  3. 2
      stm32basic
  4. 2
      usrc/project_configs.h

3
.vscode/settings.json

@ -82,7 +82,8 @@
"public_service.h": "c",
"stm32irq.h": "c",
"project_configs.h": "c",
"*.bak": "c"
"*.bak": "c",
"stm32f4xx.h": "c"
},
"files.autoGuessEncoding": false,
"files.encoding": "utf8"

2
README.md

@ -20,6 +20,8 @@
2. 增加电机refreshcfg接口
V111:
1.修复tmc5160电机控制错误
V112
1.修复ADC采集导致的代码卡死BUG
```

2
stm32basic

@ -1 +1 @@
Subproject commit ea11d9f77beed2bf8145bbe490283c0830fa8a77
Subproject commit cbc4bfd877ab7efefe281b29575aa7dcb93863a0

2
usrc/project_configs.h

@ -15,7 +15,7 @@
* @brief
*
*/
#define SOFTWARE_VERSION 111 // 软件版本
#define SOFTWARE_VERSION 112 // 软件版本
#define HARDWARE_VERSION 1 // 硬件版本
#define PROJECT "transmit_disinfection_micro_re" // 工程名称
#define SN_HEADER "SN" // SN号前缀

Loading…
Cancel
Save