feat: 心跳包新增固件版本号字段,更新协议文档

This commit is contained in:
edisondeng
2026-05-10 11:24:49 +08:00
parent aed62f7bb4
commit 7171f11534
5 changed files with 83 additions and 28 deletions

View File

@ -18,8 +18,8 @@
wiz_NetInfo default_net_info = {
.mac = {0x00, 0x08, 0xdc, 0x12, 0x22, 0x12},
#if TEST_A701
.ip = {192, 168, 6, 212},
.gw = {192, 168, 6, 1},
.ip = {192, 168, 0, 212},
.gw = {192, 168, 0, 1},
#else
.ip = {192, 168, 0, 5},
.gw = {192, 168, 0, 1},