|
@@ -1163,8 +1163,6 @@ int main(void)
|
|
|
// On line operation
|
|
|
if(GetServerSign() == TRUE)
|
|
|
{
|
|
|
- SetOcppConnStatus(TRUE);
|
|
|
-
|
|
|
// Send message from queue
|
|
|
if((req_SendQueue == 1) && isWebsocketSendable)
|
|
|
{
|
|
@@ -1183,9 +1181,9 @@ int main(void)
|
|
|
SetHeartBeatWithNOResponse();
|
|
|
}
|
|
|
|
|
|
- if((changeChageWebSocketPingInterval == TRUE) || (GetInternetConn() == 0))
|
|
|
+ if((changeChageWebSocketPingInterval == TRUE) || (GetOcppConnStatus() == 0))
|
|
|
{
|
|
|
- DEBUG_INFO("GetInternetConn() = %d\n", GetInternetConn());
|
|
|
+ DEBUG_INFO("GetOcppConnStatus() = %d\n", GetOcppConnStatus());
|
|
|
changeChageWebSocketPingInterval = FALSE;
|
|
|
lws_context_destroy(context);
|
|
|
ConnectionEstablished = 0;
|