More UBX fixes

This commit is contained in:
Thomas Göttgens
2022-05-18 18:16:23 +02:00
parent dd8111e737
commit 5e82423331
4 changed files with 30 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ class NMEAGPS : public GPS
public:
virtual bool setupGPS() override;
virtual bool factoryReset() override;
protected:
/** Subclasses should look for serial rx characters here and feed it to their GPS parser
*