@ -528,6 +528,10 @@ int CDGIdGateway::run()
else if (fromRF && state == DS_LINKED && netState != DS_LINKED)
nPips = 3U;
state = netState;
} else {
if (fromRF && state == DS_LINKED)
nPips = 2U;
state = DS_NOTLINKED;
}
if (ms < 5U)
@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20200929";
const char* VERSION = "20201004";
#endif