mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-01-01 08:03:32 +00:00
Added MeshCommand_CoreOk.
This commit is contained in:
@@ -2345,6 +2345,12 @@ void MeshServer_ProcessCommand(ILibWebClient_StateObject WebStateObject, MeshAge
|
||||
|
||||
break;
|
||||
}
|
||||
case MeshCommand_CoreOk: // Message from the server indicating our meshcore is ok. No update needed.
|
||||
{
|
||||
// TODO: Start the core if we have not done it already.
|
||||
//printf("CORE OK\r\n");
|
||||
break;
|
||||
}
|
||||
case MeshCommand_AgentHash:
|
||||
{
|
||||
if (agent->disableUpdate != 0) { break; }
|
||||
|
||||
Reference in New Issue
Block a user