Implemented network settings

This commit is contained in:
Yury Shuvakin
2022-09-16 03:22:47 +03:00
parent 4dd1f95193
commit 12c4535e06
11 changed files with 401 additions and 30 deletions

View File

@@ -415,7 +415,9 @@ typedef enum {
COMM_STORE_BMS_CONF = 150,
COMM_GET_BMS_CELLS,
COMM_GET_BMS_AUX,
COMM_GET_BMS_EXP_TEMP
COMM_GET_BMS_EXP_TEMP,
COMM_GET_BMS_NET_SETTINGS = 154,
COMM_SET_BMS_NET_SETTINGS = 156
} COMM_PACKET_ID;
typedef struct {