WITH_BRIDGE was not implementing setBridgeState()

此提交包含在:
João Brázio
2025-10-02 09:47:00 +01:00
父節點 2297d24013
當前提交 aa946bbe36
+3 -1
查看文件
@@ -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 {