Standardize lat/lon position logs (#4156)

* Standardize lat/lon position logs

* Missed sone and condensed logs
This commit is contained in:
Ben Meadors
2024-06-21 17:25:54 -05:00
committed by GitHub
parent 0dd363fa98
commit 02d8715ca0
8 changed files with 30 additions and 12 deletions

View File

@@ -289,6 +289,8 @@ class GPS : private concurrency::OSThread
// delay counter to allow more sats before fixed position stops GPS thread
uint8_t fixeddelayCtr = 0;
const char *powerStateToString();
protected:
GnssModel_t gnssModel = GNSS_MODEL_UNKNOWN;
};