jpmeijers / RN2483-Arduino-Library

Arduino C++ code to communicate with a Microchip RN2483 module
Apache License 2.0
86 stars 60 forks source link

RN2483 pwrIndex 1 to 5 but is set to 1 #54

Open nivu opened 6 years ago

nivu commented 6 years ago

In the library file (rn2xx3.cpp) line 175, the power index for RN2903 is set to 5, but for other devices like RN2483 it is set to 1. There is no function to set the power index from arduino program.