SX1276GenericLib to support sx1276 bassed LoRa modules, including HopeRF RFM95, Murata CMWX1ZZABZ and Semtech SX1276MB1MAS/SX1276MB1LAS modules

Dependents:   DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_USB_Rx ... more

Fork of SX1276Lib by Semtech

Revision:
59:38e56c85fa44
Parent:
58:113d2ef978d2
Child:
62:835c5e20834e
--- a/sx1276/sx1276.cpp	Thu May 25 21:56:39 2017 +0200
+++ b/sx1276/sx1276.cpp	Sat May 27 23:02:56 2017 +0200
@@ -598,7 +598,7 @@
     }
 }
 
-uint32_t SX1276::TimeOnAir( RadioModems_t modem, uint8_t pktLen )
+uint32_t SX1276::TimeOnAir( RadioModems_t modem, int16_t pktLen )
 {
     uint32_t airTime = 0;