mirror of
https://github.com/oe3cjb/TTGO-T-Beam-LoRa-APRS.git
synced 2025-12-06 07:12:02 +01:00
Merge pull request #1 from PsXxdRCltszPPd2/master
fix for mode WX_FIXED, when triggered once TX was always active
This commit is contained in:
commit
2281537845
|
|
@ -478,6 +478,7 @@ void loop() {
|
|||
} else {
|
||||
LatShown = LatFixed;
|
||||
LongShown = LongFixed;
|
||||
nextTX = max_time_to_nextTX;
|
||||
}
|
||||
|
||||
batt_read();
|
||||
|
|
|
|||
Loading…
Reference in a new issue