no message

This commit is contained in:
zhangsheng 2024-10-17 19:06:30 +08:00
parent cab18cd2de
commit 39829fd709
3 changed files with 2 additions and 3 deletions

BIN
Cidn-SH

Binary file not shown.

View File

@ -24,8 +24,8 @@ enum enumZigBeeTransmitStatus {
//#define Q4G_MODULE //#define Q4G_MODULE
//#define WIFI_MODULE //#define WIFI_MODULE
//#define NR5G_MEIGE //#define NR5G_MEIGE
//#define G2UL_GATEWAY #define G2UL_GATEWAY
#define IMX6UL_GATEWAY //#define IMX6UL_GATEWAY
class GlobalConfig class GlobalConfig
{ {

View File

@ -1393,7 +1393,6 @@ std::string JsonData::JsonCmd_Cgi_26(Param_26 &param)
}else{ }else{
jsSensorData["RSSI"] = "0," + arrRes[j][40]; jsSensorData["RSSI"] = "0," + arrRes[j][40];
} }
jsSensorData["update"] = atoi(arrRes[j][41].c_str()); jsSensorData["update"] = atoi(arrRes[j][41].c_str());
jsSensorData["MeasurementID"] = arrRes[j][44]; jsSensorData["MeasurementID"] = arrRes[j][44];
jsSensorData["battery"] = arrRes[j][43]; jsSensorData["battery"] = arrRes[j][43];