Added Counter to unfinished GPS Func to see changing data

This commit is contained in:
Ano-sys
2025-07-18 22:49:50 +02:00
parent 8b40b74366
commit 5134741356
+2 -1
View File
@@ -86,7 +86,8 @@ void showOnOLED(const String& line1, const String& line2 = "", const String& lin
}
String readGpsLine() {
return "GPS DATEN!";
static int counter = 1;
return String(counter++);
}
void setup() {