CalTopo NMEA mode (#2526)

* CalTopo NMEA mode

* Didn't need that actually

* Missed a paren
This commit is contained in:
Ben Meadors
2023-05-28 14:56:44 -05:00
committed by GitHub
parent e699427bfc
commit 9ddbfc0e3e
4 changed files with 57 additions and 58 deletions

View File

@@ -25,6 +25,9 @@ class SerialModule : public StreamAPI, private concurrency::OSThread
/// Check the current underlying physical link to see if the client is currently connected
virtual bool checkIsConnected() override;
private:
uint32_t getBaudRate();
};
extern SerialModule *serialModule;