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
|
|
@ -21,7 +21,7 @@ public:
|
|||
*
|
||||
* @return true if the bridge is initialized and running, false otherwise.
|
||||
*/
|
||||
virtual bool getState() const = 0;
|
||||
virtual bool isRunning() const = 0;
|
||||
|
||||
/**
|
||||
* @brief A method to be called on every main loop iteration.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue