Update TTGO_T-Beam_LoRa_APRS.ino

This commit is contained in:
Rysiek Labus 2021-03-14 17:24:19 +01:00
parent 2077449312
commit dc7c067b56
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ String getSatAndBatInfo() {
void displayInvalidGPS() {
writedisplaytext(" " + Tcall, "(TX) at valid GPS", "LAT: not valid", "LON: not valid", "SPD: --- CRS: ---", getSatAndBatInfo());
Serial.println(axp.getTemp());
//Serial.println(axp.getTemp());
}
#if defined(KISS_PROTOCOL)