mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-25 12:17:12 +02:00
* added erase application settings
* HM1500 as selectable in setup * Added new commands to statistic (0x82, 0x83)
This commit is contained in:
parent
a00ab4e48d
commit
df9f050313
11 changed files with 71 additions and 35 deletions
|
@ -79,7 +79,6 @@ class HmRadio {
|
|||
// enable only receiving interrupts
|
||||
mNrf24.maskIRQ(true, true, false);
|
||||
|
||||
// Use lo PA level, as a higher level will disturb CH340 serial usb adapter
|
||||
mNrf24.setPALevel(RF24_PA_MAX);
|
||||
mNrf24.startListening();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue