mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
CalTopo NMEA mode (#2526)
* CalTopo NMEA mode * Didn't need that actually * Missed a paren
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user