Refactor debug logging across bridge implementations

This commit is contained in:
João Brázio
2025-10-06 12:57:04 +01:00
parent 9b4d93d112
commit fb46e5cc8a
7 changed files with 48 additions and 70 deletions
+1 -1
View File
@@ -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