fix for mode WX_FIXED, when triggered once TX was always active - variable "nextTX" was always == 0 - now setting to value of "max_time_to_nextTX" - works
rodzic
8b934d9291
commit
7ef34ed6d7
|
@ -478,6 +478,7 @@ void loop() {
|
|||
} else {
|
||||
LatShown = LatFixed;
|
||||
LongShown = LongFixed;
|
||||
nextTX = max_time_to_nextTX;
|
||||
}
|
||||
|
||||
batt_read();
|
||||
|
|
Ładowanie…
Reference in New Issue