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(){