Ability to set Semtech output power when using DAC for PA power control (#2498)
commitbe164a92032cbafa2f5434a741d82b1e8973c386
authorPaul Kendall <pkendall64@gmail.com>
Mon, 18 Dec 2023 21:22:08 +0000 (19 10:22 +1300)
committerGitHub <noreply@github.com>
Mon, 18 Dec 2023 21:22:08 +0000 (19 10:22 +1300)
tree6aeaa6adcefa317e26fbc3a0a0c837d1b9af3e4a
parentace926905a5921fc57df1178a38e4f39f5eb9a55
Ability to set Semtech output power when using DAC for PA power control (#2498)

* Ability to set Semtech output power when using DAC for PA power control (#2388)

* Ability to set Semtech output power when using DAC for PA power control

* Single setOutputPower with MaxOutput & OutputPower for SX127x

* Remove unnecessary defines

* Create a define for the magic number

* Add defaulting for output power control if power_values2 is not supplied
15 files changed:
src/html/hardware.html
src/include/hardware.h
src/include/target/DIY_900_RX_STM32.h
src/include/target/DIY_900_RX_STM32_SX1272.h
src/include/target/DIY_900_TX_STM32_SX1272.h
src/include/target/Frsky_RX_R9M.h
src/include/target/Frsky_TX_R9M_LITE.h
src/include/target/NamimnoRC_VOYAGER_900_RX.h
src/include/target/Unified_ESP32_TX.h
src/include/target/Unified_ESP_RX.h
src/lib/OPTIONS/hardware.cpp
src/lib/POWERMGNT/POWERMGNT.cpp
src/lib/SX127xDriver/SX127x.cpp
src/lib/SX127xDriver/SX127x.h
src/lib/SX127xDriver/SX127xRegs.h