Merge branch 'master' into gps-fixedposboot

This commit is contained in:
Ben Meadors
2023-01-21 20:34:41 -06:00
committed by GitHub
318 changed files with 7783 additions and 7862 deletions

View File

@@ -54,7 +54,7 @@ class GPS : private concurrency::OSThread
/** If !NULL we will use this serial port to construct our GPS */
static HardwareSerial *_serial_gps;
Position p = Position_init_default;
meshtastic_Position p = meshtastic_Position_init_default;
GPS() : concurrency::OSThread("GPS") {}