From db94ef818a1f786c332c1926e8901d1439484298 Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 19 Sep 2021 08:51:37 -0500 Subject: [PATCH] Fix bad if statements. --- src/TTGO_T-Beam_LoRa_APRS.ino | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/TTGO_T-Beam_LoRa_APRS.ino b/src/TTGO_T-Beam_LoRa_APRS.ino index 8ac1bfc..dd50850 100644 --- a/src/TTGO_T-Beam_LoRa_APRS.ino +++ b/src/TTGO_T-Beam_LoRa_APRS.ino @@ -567,11 +567,10 @@ String prepareCallsign(const String& callsign){ tel_sequence = tel_sequence + 1; } preferences.putUInt(PREF_TNC_SELF_TELEMETRY_SEQ, tel_sequence); - - } - #endif + #endif + } } - #endif +#endif // + SETUP --------------------------------------------------------------+// void setup(){