From 36c5d6332ead1b9057dd7e9c88b7b725ccfb2a38 Mon Sep 17 00:00:00 2001 From: barry-ha Date: Sun, 10 Mar 2024 19:49:41 -0700 Subject: [PATCH] fixed typo in debug string --- constants.h | 2 +- examples/Baroduino/constants.h | 2 +- examples/GMT_clock/constants.h | 2 +- examples/TFT_Animate_Logo/constants.h | 2 +- examples/TFT_Color_Wheel/constants.h | 2 +- examples/TFT_Touch_Calibrator/constants.h | 2 +- examples/TFT_Touchscreen_Demo/constants.h | 2 +- examples/TimeGPS/constants.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/constants.h b/constants.h index 562e10a..9be5265 100644 --- a/constants.h +++ b/constants.h @@ -281,7 +281,7 @@ class Location { // print ourself - a sanity check void printLocation(const char *comment = NULL) { // debug - Serial.println(". Rec, ___Date___ __Time__, (__Lat__, __Long__=), Alt, Spd, Dir, Sats"); + Serial.println(". Rec, ___Date___ __Time__, (__Lat__, __Long__), Alt, Spd, Dir, Sats"); char out[128]; Serial.print(". "); diff --git a/examples/Baroduino/constants.h b/examples/Baroduino/constants.h index e031ced..830eca9 100644 --- a/examples/Baroduino/constants.h +++ b/examples/Baroduino/constants.h @@ -271,7 +271,7 @@ class Location { // print ourself - a sanity check void printLocation(const char *comment = NULL) { // debug - Serial.println(". Rec, ___Date___ __Time__, (__Lat__, __Long__=), Alt, Spd, Dir, Sats"); + Serial.println(". Rec, ___Date___ __Time__, (__Lat__, __Long__), Alt, Spd, Dir, Sats"); char out[128]; Serial.print(". "); diff --git a/examples/GMT_clock/constants.h b/examples/GMT_clock/constants.h index 1a32738..85a0bfc 100644 --- a/examples/GMT_clock/constants.h +++ b/examples/GMT_clock/constants.h @@ -271,7 +271,7 @@ class Location { // print ourself - a sanity check void printLocation(const char *comment = NULL) { // debug - Serial.println(". Rec, ___Date___ __Time__, (__Lat__, __Long__=), Alt, Spd, Dir, Sats"); + Serial.println(". Rec, ___Date___ __Time__, (__Lat__, __Long__), Alt, Spd, Dir, Sats"); char out[128]; Serial.print(". "); diff --git a/examples/TFT_Animate_Logo/constants.h b/examples/TFT_Animate_Logo/constants.h index 1a32738..85a0bfc 100644 --- a/examples/TFT_Animate_Logo/constants.h +++ b/examples/TFT_Animate_Logo/constants.h @@ -271,7 +271,7 @@ class Location { // print ourself - a sanity check void printLocation(const char *comment = NULL) { // debug - Serial.println(". Rec, ___Date___ __Time__, (__Lat__, __Long__=), Alt, Spd, Dir, Sats"); + Serial.println(". Rec, ___Date___ __Time__, (__Lat__, __Long__), Alt, Spd, Dir, Sats"); char out[128]; Serial.print(". "); diff --git a/examples/TFT_Color_Wheel/constants.h b/examples/TFT_Color_Wheel/constants.h index ad6d80a..9251b60 100644 --- a/examples/TFT_Color_Wheel/constants.h +++ b/examples/TFT_Color_Wheel/constants.h @@ -266,7 +266,7 @@ class Location { // print ourself - a sanity check void printLocation(const char *comment = NULL) { // debug - Serial.println(". Rec, ___Date___ __Time__, (__Lat__, __Long__=), Alt, Spd, Dir, Sats"); + Serial.println(". Rec, ___Date___ __Time__, (__Lat__, __Long__), Alt, Spd, Dir, Sats"); char out[128]; Serial.print(". "); diff --git a/examples/TFT_Touch_Calibrator/constants.h b/examples/TFT_Touch_Calibrator/constants.h index 1a32738..85a0bfc 100644 --- a/examples/TFT_Touch_Calibrator/constants.h +++ b/examples/TFT_Touch_Calibrator/constants.h @@ -271,7 +271,7 @@ class Location { // print ourself - a sanity check void printLocation(const char *comment = NULL) { // debug - Serial.println(". Rec, ___Date___ __Time__, (__Lat__, __Long__=), Alt, Spd, Dir, Sats"); + Serial.println(". Rec, ___Date___ __Time__, (__Lat__, __Long__), Alt, Spd, Dir, Sats"); char out[128]; Serial.print(". "); diff --git a/examples/TFT_Touchscreen_Demo/constants.h b/examples/TFT_Touchscreen_Demo/constants.h index 1a32738..85a0bfc 100644 --- a/examples/TFT_Touchscreen_Demo/constants.h +++ b/examples/TFT_Touchscreen_Demo/constants.h @@ -271,7 +271,7 @@ class Location { // print ourself - a sanity check void printLocation(const char *comment = NULL) { // debug - Serial.println(". Rec, ___Date___ __Time__, (__Lat__, __Long__=), Alt, Spd, Dir, Sats"); + Serial.println(". Rec, ___Date___ __Time__, (__Lat__, __Long__), Alt, Spd, Dir, Sats"); char out[128]; Serial.print(". "); diff --git a/examples/TimeGPS/constants.h b/examples/TimeGPS/constants.h index efc761a..f20456a 100644 --- a/examples/TimeGPS/constants.h +++ b/examples/TimeGPS/constants.h @@ -265,7 +265,7 @@ class Location { // print ourself - a sanity check void printLocation(const char *comment = NULL) { // debug - Serial.println(". Rec, ___Date___ __Time__, (__Lat__, __Long__=), Alt, Spd, Dir, Sats"); + Serial.println(". Rec, ___Date___ __Time__, (__Lat__, __Long__), Alt, Spd, Dir, Sats"); char out[128]; Serial.print(". ");