mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-23 21:55:26 +01:00
blackSpacekiller
This commit is contained in:
parent
71c5e608b6
commit
b81d986c58
|
|
@ -171,7 +171,7 @@ void loop() {
|
|||
#ifdef ESP32_DIY_LoRa_A7670
|
||||
if (Config.aprs_is.active && !modemLoggedToAPRSIS) {
|
||||
A7670_Utils::APRS_IS_connect();
|
||||
}
|
||||
}
|
||||
#else
|
||||
if (Config.aprs_is.active && !espClient.connected()) {
|
||||
APRS_IS_Utils::connect();
|
||||
|
|
|
|||
Loading…
Reference in a new issue