Default RF24 PA level and data rate in latest dev branch...
-
Hi Guys,
I've noticed quite a few changes in the latest dev branch and can see the NRF24l01 settings are now defaulted in RF24.h? Can someone confirm the default power level and data rate if it's not specified in the sketch?
I'm running the PA + LNB modules BTW.
Thanks,
Mark
-
@Mark-Swift default settings are in MyConfig.h and setting is "MAX"
* @def MY_RF24_PA_LEVEL * @brief Default RF24 PA level. Override in sketch if needed. */ #ifndef MY_RF24_PA_LEVEL #define MY_RF24_PA_LEVEL RF24_PA_MAX #endif