mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
WITH_BRIDGE was not implementing setBridgeState()
This commit is contained in:
parent
2297d24013
commit
aa946bbe36
1 changed files with 3 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue