Added reading default network settings

This commit is contained in:
Yury Shuvakin
2022-11-25 05:39:37 +03:00
parent c231735900
commit eb89c386a3
9 changed files with 128 additions and 78 deletions

View File

@@ -416,8 +416,9 @@ typedef enum {
COMM_GET_BMS_CELLS,
COMM_GET_BMS_AUX,
COMM_GET_BMS_EXP_TEMP,
COMM_GET_BMS_NET_SETTINGS = 154,
COMM_SET_BMS_NET_SETTINGS = 156
COMM_GET_BMS_NET_SETTINGS,
COMM_GET_BMS_NET_DEFAULT_SETTINGS,
COMM_SET_BMS_NET_SETTINGS,
} COMM_PACKET_ID;
typedef struct {