mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-24 05:34:45 -07:00
TX Power: Use correct Offset and Values for FM PA table.
This commit is contained in:
@@ -67,15 +67,13 @@ const int32_t debug_counter_val[DEBUG_COUNTER_COUNT] = {
|
||||
};
|
||||
|
||||
//TX Power
|
||||
#define TX_POWER_COUNT 11
|
||||
#define TX_POWER_COUNT 9
|
||||
const char* const tx_power_text[TX_POWER_COUNT] = {
|
||||
"Preset",
|
||||
"12dBm",
|
||||
"10dBm",
|
||||
"10dBm +",
|
||||
"7dBm",
|
||||
"5dBm",
|
||||
"0dBm",
|
||||
"-6dBm",
|
||||
"-10dBm",
|
||||
"-15dBm",
|
||||
"-20dBm",
|
||||
|
||||
Reference in New Issue
Block a user