Fix bad if statements.
This commit is contained in:
parent
ff4d343d8c
commit
db94ef818a
|
|
@ -567,11 +567,10 @@ String prepareCallsign(const String& callsign){
|
||||||
tel_sequence = tel_sequence + 1;
|
tel_sequence = tel_sequence + 1;
|
||||||
}
|
}
|
||||||
preferences.putUInt(PREF_TNC_SELF_TELEMETRY_SEQ, tel_sequence);
|
preferences.putUInt(PREF_TNC_SELF_TELEMETRY_SEQ, tel_sequence);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// + SETUP --------------------------------------------------------------+//
|
// + SETUP --------------------------------------------------------------+//
|
||||||
void setup(){
|
void setup(){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue