This code holds the complete demo set for the sx1280: PingPong, PER and Ranging Outdoor demo application. >>>>> This code MUST run on the mbed library release 127 or everything will be painfully slow.

Dependencies:   mbed SX1280Lib DmTftLibrary

* This code MUST run on the mbed library release 127 or everything will be painfully slow.*
Revision:
17:a0bbfc228415
Parent:
15:ed7ed20b7114
Child:
18:22796c3be774
--- a/Demo/DemoApplication.h	Tue Aug 22 13:26:29 2017 +0000
+++ b/Demo/DemoApplication.h	Wed Jul 18 08:51:53 2018 +0000
@@ -19,7 +19,7 @@
 /*!
  * \brief Used to display firmware version on TFT (Utilities menu)
  */
-#define FIRMWARE_VERSION    ( ( char* )"Firmware Version: 170818" )
+#define FIRMWARE_VERSION    ( ( char* )"Firmware Version: 180718" )
 
 /*!
  * \brief Define range of central frequency [Hz]
@@ -152,7 +152,7 @@
     uint8_t PacketParam6;        // Demo Pack. Param6 (depend on packet type)
     uint8_t PacketParam7;        // Demo Pack. Param7 (depend on packet type)
     uint32_t MaxNumPacket;       // Demo Max Num Packet for PingPong and PER
-    uint16_t InterPacketDelay;   // Demo Inter-Packet Delay for PingPong and PER
+    uint16_t TimeOnAir;          // Computed time on air of the current packet
     uint32_t CntPacketTx;        // Tx packet transmitted
     uint32_t CntPacketRxOK;      // Rx packet received OK
     uint32_t CntPacketRxOKSlave; // Rx packet received OK (slave side)