mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Refactor debug logging across bridge implementations
This commit is contained in:
parent
9b4d93d112
commit
fb46e5cc8a
7 changed files with 48 additions and 70 deletions
|
|
@ -27,7 +27,7 @@ public:
|
|||
*
|
||||
* @return true if the bridge is initialized and running, false otherwise.
|
||||
*/
|
||||
bool getState() const override;
|
||||
bool isRunning() const override;
|
||||
|
||||
/**
|
||||
* @brief Common magic number used by all bridge implementations for packet identification
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue