Skip to content

Commit

Permalink
Merge pull request #78 from mattbk/telemetry-www
Browse files Browse the repository at this point in the history
Fix telemetry if statement
  • Loading branch information
SQ9MDD authored Sep 19, 2021
2 parents 00b0872 + 60533e2 commit adf191a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/TTGO_T-Beam_LoRa_APRS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -578,11 +578,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(){
Expand Down

0 comments on commit adf191a

Please sign in to comment.