Add initialized value to constructor

This commit is contained in:
code8buster 2022-12-04 02:38:14 -05:00
parent 911083c49d
commit 53da7cb036

View File

@ -77,7 +77,7 @@ class GPS : private concurrency::OSThread
/// Return true if we are connected to a GPS
bool isConnected() const { return hasGPS; }
bool gpsPowerflag;
bool gpsPowerflag = 1;
/**
* Restart our lock attempt - try to get and broadcast a GPS reading ASAP