Handle moving to an unassigned DG-ID.
This commit is contained in:
parent
9c1e4239ff
commit
91ec066418
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue