Browse Source

WITH_BRIDGE was not implementing setBridgeState()

pull/831/head
João Brázio 8 months ago
parent
commit
aa946bbe36
No known key found for this signature in database GPG Key ID: 56A1490716A324DD
  1. 4
      src/helpers/CommonCLI.h

4
src/helpers/CommonCLI.h

@ -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…
Cancel
Save