TX Power: Use correct Offset and Values for FM PA table.

This commit is contained in:
Leeroy
2026-02-12 18:04:53 +11:00
parent 168240c237
commit 14269286eb
2 changed files with 37 additions and 19 deletions

View File

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