1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-03 09:03:48 +00:00

1. Fixed bug where Windows Terminal doesn't work when on battery power

2. Added logging for timers
This commit is contained in:
Bryan Roe
2020-12-30 14:05:49 -08:00
parent 4005cf3aa1
commit f28e7b072b
4 changed files with 44 additions and 7 deletions

View File

@@ -224,6 +224,8 @@ typedef struct MeshAgentHostContainer
char agentNonce[UTIL_SHA384_HASHSIZE];
int serverAuthState;
int timerLogging;
int retryTimerSet;
int controlChannel_idleTimeout_seconds;
int controlChannel_idleTimeout_dataMode;
char g_selfid[UTIL_SHA384_HASHSIZE];