mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-03-30 10:39:59 +00:00
WITH_BRIDGE was not implementing setBridgeState()
This commit is contained in:
@@ -57,10 +57,12 @@ public:
|
||||
virtual void clearStats() = 0;
|
||||
virtual void applyTempRadioParams(float freq, float bw, uint8_t sf, uint8_t cr, int timeout_mins) = 0;
|
||||
|
||||
#ifdef WITH_ESPNOW_BRIDGE
|
||||
#ifdef WITH_BRIDGE
|
||||
virtual void setBridgeState(bool enable) = 0;
|
||||
#ifdef WITH_ESPNOW_BRIDGE
|
||||
virtual void updateBridgeChannel(int ch) = 0;
|
||||
#endif
|
||||
#endif
|
||||
};
|
||||
|
||||
class CommonCLI {
|
||||
|
||||
Reference in New Issue
Block a user