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:
19:45d0ce0f0677
Parent:
18:22796c3be774
diff -r 22796c3be774 -r 45d0ce0f0677 Demo/DemoApplication.h
--- a/Demo/DemoApplication.h	Fri Aug 24 08:01:53 2018 +0000
+++ b/Demo/DemoApplication.h	Thu Nov 08 10:13:23 2018 +0000
@@ -19,7 +19,8 @@
 /*!
  * \brief Used to display firmware version on TFT (Utilities menu)
  */
-#define FIRMWARE_VERSION    ( ( char* )"Firmware Version: 180824" )
+#define FIRMWARE_VERSION    ( ( char* )"v1.5.2" )
+#define FIRMWARE_DATE       ( ( char* )"2018-10-15" )
 
 /*!
  * \brief Define range of central frequency [Hz]
@@ -47,7 +48,7 @@
  * \brief Define antenna selection for ranging
  */
 #define DEMO_RNG_ANT_1              1
-#define DEMO_RNG_ANT_2              2
+#define DEMO_RNG_ANT_0              2
 #define DEMO_RNG_ANT_BOTH           0
 
 /*!