mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-08-09 14:52:35 -04:00
Attach packet RSSI and SNR to packet queue entry structs. Disable ISR spinlocks on ESP32 until tested.
This commit is contained in:
parent
1de5f3c796
commit
389745ad33
7 changed files with 86 additions and 47 deletions
1
sx128x.h
1
sx128x.h
|
@ -35,6 +35,7 @@ public:
|
|||
|
||||
int parsePacket(int size = 0);
|
||||
int packetRssi();
|
||||
int packetRssi(uint8_t pkt_snr_raw);
|
||||
int currentRssi();
|
||||
uint8_t packetRssiRaw();
|
||||
uint8_t currentRssiRaw();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue