Correct invalid IRQ index for SX1280
This commit is contained in:
parent
9c7a04b66c
commit
729a4099e5
2 changed files with 42 additions and 9 deletions
2
sx128x.h
2
sx128x.h
|
|
@ -138,7 +138,7 @@ private:
|
|||
bool _radio_online;
|
||||
int _rxPacketLength;
|
||||
uint32_t _bitrate;
|
||||
void (*_onReceive)(int);
|
||||
void (*_receive_callback)(int);
|
||||
};
|
||||
|
||||
extern sx128x sx128x_modem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue