Fix bad if statements.

This commit is contained in:
Matt 2021-09-19 08:51:37 -05:00
parent ff4d343d8c
commit db94ef818a
1 changed files with 3 additions and 4 deletions

View File

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