|
@@ -260,7 +260,7 @@ int isValidCheckSum(uint8_t *message);
|
|
|
char *Support_InterfaceSTA[2] = {"mlan0", "wlan0"};
|
|
|
char *Support_InterfaceAP[1] = {"uap0"};
|
|
|
char *valid_Internet[2] = {"8.8.8.8", "180.76.76.76"};
|
|
|
-char *Version_And_Date[2] = {"V0.18","2021-03-25"};
|
|
|
+char *Version_And_Date[2] = {"V0.19","2021-07-06"};
|
|
|
int protocol_Version [] = {0,7,0};
|
|
|
|
|
|
int StoreLogMsg(const char *fmt, ...)
|
|
@@ -4540,7 +4540,7 @@ void proc_sta()
|
|
|
sleep(5);
|
|
|
}
|
|
|
|
|
|
- if(cnt_pingDNS_Fail >= 3)
|
|
|
+ if((cnt_pingDNS_Fail >= 3) && !ShmSysConfigAndInfo->SysInfo.OcppConnStatus)
|
|
|
{
|
|
|
ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaWiFi=1;
|
|
|
ShmSysConfigAndInfo->SysConfig.AthInterface.WifiNetworkConn=0;
|