WITH_BRIDGE was not implementing setBridgeState()

This commit is contained in:
João Brázio
2025-10-02 09:47:00 +01:00
parent 2297d24013
commit aa946bbe36

View File

@@ -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 {