Merge pull request #78 from mattbk/telemetry-www

Fix telemetry if statement
pull/79/head^2 refs/heads/master-2021-09-19T151153
Rysiek Labus (SQ9MDD) 2021-09-19 17:07:11 +02:00 zatwierdzone przez GitHub
commit adf191ac92
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 4 usunięć

Wyświetl plik

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