From 894b0915531fc14e5eb4f5880f0de0eaae560204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 17 May 2022 19:48:48 +0200 Subject: [PATCH] Fix ubox gps too or at least log errors --- src/gps/GPS.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gps/GPS.h b/src/gps/GPS.h index 999f88bf..dc7ab389 100644 --- a/src/gps/GPS.h +++ b/src/gps/GPS.h @@ -135,6 +135,8 @@ class GPS : private concurrency::OSThread */ uint32_t getSleepTime() const; + bool getACK(uint8_t c, uint8_t i); + /** * Tell users we have new GPS readings */