add codes
This commit is contained in:
parent
2f671ca81e
commit
7786f9ab6d
@ -81,6 +81,8 @@ public:
|
|||||||
std::string JsonCmd_Cgi_70(Param_70 ¶m);
|
std::string JsonCmd_Cgi_70(Param_70 ¶m);
|
||||||
std::string JsonCmd_Cgi_71(Param_71 ¶m);
|
std::string JsonCmd_Cgi_71(Param_71 ¶m);
|
||||||
|
|
||||||
|
std::string JsonCmd_Cgi_default();
|
||||||
|
|
||||||
//CMT tcp
|
//CMT tcp
|
||||||
void CmtCmd_80(char* send_data,int& return_length);
|
void CmtCmd_80(char* send_data,int& return_length);
|
||||||
void CmtCmd_81(char* recv_body,int& count,char* send_data,int& return_length);
|
void CmtCmd_81(char* recv_body,int& count,char* send_data,int& return_length);
|
||||||
|
|||||||
@ -258,5 +258,5 @@ void CheckThread() {
|
|||||||
#ifdef WIFI_MODULE
|
#ifdef WIFI_MODULE
|
||||||
wifi_reconnect_count++;
|
wifi_reconnect_count++;
|
||||||
#endif
|
#endif
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user