CPS: fixed wrong TX power in default channel values

pull/239/merge
Silvano Seva 2024-07-12 08:03:51 +02:00
rodzic b1a18d0b8e
commit e2c70bd4fd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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