diff --git a/src/helpers/CommonCLI.h b/src/helpers/CommonCLI.h index 4344ff1d..364cf518 100644 --- a/src/helpers/CommonCLI.h +++ b/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 {