Add detailed sender ACK RX diagnostics with reject context
This commit is contained in:
@@ -32,6 +32,7 @@ void lora_init();
|
||||
bool lora_send(const LoraPacket &pkt);
|
||||
bool lora_receive(LoraPacket &pkt, uint32_t timeout_ms);
|
||||
RxRejectReason lora_get_last_rx_reject_reason();
|
||||
bool lora_get_last_rx_signal(int16_t &rssi_dbm, float &snr_db);
|
||||
void lora_idle();
|
||||
void lora_sleep();
|
||||
void lora_receive_continuous();
|
||||
|
||||
Reference in New Issue
Block a user