1
0
Fork 0

Handle moving to an unassigned DG-ID.

ycs232-kbc
Jonathan Naylor 4 years ago
parent 9c1e4239ff
commit 91ec066418

@ -528,6 +528,10 @@ int CDGIdGateway::run()
else if (fromRF && state == DS_LINKED && netState != DS_LINKED) else if (fromRF && state == DS_LINKED && netState != DS_LINKED)
nPips = 3U; nPips = 3U;
state = netState; state = netState;
} else {
if (fromRF && state == DS_LINKED)
nPips = 2U;
state = DS_NOTLINKED;
} }
if (ms < 5U) if (ms < 5U)

@ -19,6 +19,6 @@
#if !defined(VERSION_H) #if !defined(VERSION_H)
#define VERSION_H #define VERSION_H
const char* VERSION = "20200929"; const char* VERSION = "20201004";
#endif #endif

Loading…
Cancel
Save