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);