chore: 更新固件版本日期至0528,新增Modbus从站仿真工具及测试说明

This commit is contained in:
2026-05-28 13:35:25 +08:00
parent f56367b9b3
commit 9a4fb66b51
3 changed files with 6 additions and 1 deletions

View File

@ -66,7 +66,7 @@ extern "C" {
// 举例2026年3月19日第10次编译 (b=9)
// 计算过程: (0 << 13) | (3 << 9) | (19 << 4) | 9 = 0x0600 | 0x0130 | 0x0009
#define XTELL_FIRMWARE_CODE MAKE_XTELL_CODE(2026, 5, 10, 1)
#define XTELL_FIRMWARE_CODE MAKE_XTELL_CODE(2026, 5, 28, 1)
// ---- - -- -
// | | | |
// | | | 编译次数