From 1b090636d07eccedba914616b881490bceccae86 Mon Sep 17 00:00:00 2001 From: TMRh20 Date: Tue, 26 Sep 2023 00:01:06 -0600 Subject: [PATCH] Add pa levels to docs - Adjust setPALevel docs --- src/nrf_to_nrf.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/nrf_to_nrf.h b/src/nrf_to_nrf.h index caa80eb..d9104da 100644 --- a/src/nrf_to_nrf.h +++ b/src/nrf_to_nrf.h @@ -258,7 +258,12 @@ class nrf_to_nrf bool setDataRate(uint8_t speed); /** - * Same as NRF24 + * Same as NRF24 except there is no LNA and the PA levels are as follows: + * + * (0) represents -12dBm + * (1) represents 2dBm + * (2) represents 6dBm + * (3) represents 8dBm */ void setPALevel(uint8_t level, bool lnaEnable = true);