diff --git a/openrtx/src/core/cps.c b/openrtx/src/core/cps.c index 724fffaa..e5c42f5b 100644 --- a/openrtx/src/core/cps.c +++ b/openrtx/src/core/cps.c @@ -31,7 +31,7 @@ channel_t cps_getDefaultChannel() channel.mode = OPMODE_FM; #endif channel.bandwidth = BW_25; - channel.power = 100; // 1W, P = 10dBm + n*0.2dBm, we store n + channel.power = 1000; // 1W channel.rx_only = false; // Enable tx by default // Set initial frequency based on supported bands