fix GPS fixme wrt deletion

This commit is contained in:
Kevin Hester
2021-03-10 15:21:54 +08:00
parent 58715f454c
commit 217bd934d7
2 changed files with 16 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ class GPS : private concurrency::OSThread
GPS() : concurrency::OSThread("GPS") {}
virtual ~GPS() {} // FIXME, we really should unregister our sleep observer
virtual ~GPS();
/** We will notify this observable anytime GPS state has changed meaningfully */
Observable<const meshtastic::GPSStatus *> newStatus;