chore(vd960DBN): 固件版本 1.0 → 1.1 (2026-08-17)
cmcng.h FIRMWARE_VER "1.0"→"1.1" (MAIN=1 SUB=1): - 修正字符串与数字不一致 (旧 "1.0" vs MAIN=1 SUB=1) - 版本内容: 栈溢出修复 + RAM 瘦身 + UART2 RX DMA + 清理 - 注释用 ASCII (cmcng.h 为 GBK 编码)
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#define PRODUCT_MODEL "DLD960GA"
|
||||
#define FIRMWARE_VER "1.0"
|
||||
/* 2026-08-17: 1.0 -> 1.1: stack-overflow fix (freq reset) + RAM slimming + UART2 RX DMA.
|
||||
NOTE: string must match MAIN/SUB digits (was inconsistent: "1.0" vs MAIN=1 SUB=1) */
|
||||
#define FIRMWARE_VER "1.1"
|
||||
#define HARDWARE_VER "1.0"
|
||||
#define FIRMWARE_VER_MAIN 1
|
||||
#define FIRMWARE_VER_SUB 1
|
||||
|
||||
Reference in New Issue
Block a user