1

Revision:
7:ba81f66e56d1
Parent:
6:b7bbf31e06e4
Child:
8:0518c6e68b79
--- a/radio_sx127x.cpp	Tue Dec 04 15:22:54 2018 -0800
+++ b/radio_sx127x.cpp	Wed Dec 05 15:04:48 2018 -0800
@@ -243,6 +243,11 @@
     lpt.start();
 }
 
+float Radio::GetRssiInst()
+{
+    return lora.get_current_rssi();
+}
+
 int Radio::Send(uint8_t size, timestamp_t maxListenTime, timestamp_t channelFreeTime, int rssiThresh)
 {
     if (radio.RegOpMode.bits.Mode == RF_OPMODE_SLEEP) {