Correct invalid IRQ index for SX1280

This commit is contained in:
Mark Qvist
2025-01-08 22:16:07 +01:00
parent 9c7a04b66c
commit 729a4099e5
2 changed files with 42 additions and 9 deletions

View File

@@ -138,7 +138,7 @@ private:
bool _radio_online;
int _rxPacketLength;
uint32_t _bitrate;
void (*_onReceive)(int);
void (*_receive_callback)(int);
};
extern sx128x sx128x_modem;