From e2c70bd4fd33074e38052d955e8d9e02e54302db Mon Sep 17 00:00:00 2001 From: Silvano Seva Date: Fri, 12 Jul 2024 08:03:51 +0200 Subject: [PATCH] CPS: fixed wrong TX power in default channel values --- openrtx/src/core/cps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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