diff --git a/openrtx/src/core/cps.c b/openrtx/src/core/cps.c index 64574122..d0f2124b 100644 --- a/openrtx/src/core/cps.c +++ b/openrtx/src/core/cps.c @@ -24,7 +24,12 @@ channel_t cps_getDefaultChannel() { channel_t channel; + + #ifdef PLATFORM_MOD17 + channel.mode = OPMODE_M17; + #else channel.mode = OPMODE_FM; + #endif channel.bandwidth = BW_25; channel.power = 100; // 1W, P = 10dBm + n*0.2dBm, we store n