mirror of
https://github.com/ShaYmez/NXDNClients.git
synced 2025-08-01 12:32:28 -04:00
Fix current TG display.
This commit is contained in:
parent
ce5dfaf240
commit
e10d855140
@ -557,8 +557,6 @@ void CNXDNGateway::run()
|
|||||||
|
|
||||||
hangTimer.clock(ms);
|
hangTimer.clock(ms);
|
||||||
if (hangTimer.isRunning() && hangTimer.hasExpired()) {
|
if (hangTimer.isRunning() && hangTimer.hasExpired()) {
|
||||||
currentTG = 0U;
|
|
||||||
|
|
||||||
if (currentAddrLen > 0U) {
|
if (currentAddrLen > 0U) {
|
||||||
LogMessage("Unlinking from %u due to inactivity", currentTG);
|
LogMessage("Unlinking from %u due to inactivity", currentTG);
|
||||||
|
|
||||||
@ -575,6 +573,8 @@ void CNXDNGateway::run()
|
|||||||
|
|
||||||
hangTimer.stop();
|
hangTimer.stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
currentTG = 0U;
|
||||||
}
|
}
|
||||||
|
|
||||||
pollTimer.clock(ms);
|
pollTimer.clock(ms);
|
||||||
|
@ -19,6 +19,6 @@
|
|||||||
#if !defined(VERSION_H)
|
#if !defined(VERSION_H)
|
||||||
#define VERSION_H
|
#define VERSION_H
|
||||||
|
|
||||||
const char* VERSION = "20201101";
|
const char* VERSION = "20201102";
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user