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
DGIdGateway
|
@ -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…
Add table
Reference in a new issue