Added Counter to unfinished GPS Func to see changing data
This commit is contained in:
@@ -86,7 +86,8 @@ void showOnOLED(const String& line1, const String& line2 = "", const String& lin
|
|||||||
}
|
}
|
||||||
|
|
||||||
String readGpsLine() {
|
String readGpsLine() {
|
||||||
return "GPS DATEN!";
|
static int counter = 1;
|
||||||
|
return String(counter++);
|
||||||
}
|
}
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
|
|||||||
Reference in New Issue
Block a user