Remove old code

pull/10/head
Łukasz Nidecki 2021-02-13 11:07:58 +01:00
parent c51b844c79
commit a0bf15fd36
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ void displayInvalidGPS();
void handleKISSData(char character); void handleKISSData(char character);
// SoftwareSerial ss(RXPin, TXPin); // The serial connection to the GPS device
HardwareSerial gpsSerial(1); // TTGO has HW serial HardwareSerial gpsSerial(1); // TTGO has HW serial
TinyGPSPlus gps; // The TinyGPS++ object TinyGPSPlus gps; // The TinyGPS++ object
AXP20X_Class axp; AXP20X_Class axp;