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:
6:e4c4a6878542
Parent:
5:a0f5842fb337
Child:
7:bc2f0fe8056f
--- a/Demo/DemoApplication.cpp	Mon Apr 03 14:58:51 2017 +0000
+++ b/Demo/DemoApplication.cpp	Mon Apr 03 15:33:08 2017 +0000
@@ -1904,12 +1904,6 @@
         }
         if( mean <= 18.5 )
         {
-            // _TCO_ acces a la correction frequence et rssi
-//            double RngFei;               // Ranging Frequency Error Indicator
-//            double RngFeiFactor;         // Ranging frequency correction factor
-//            int8_t RssiValue;            // Demo Rssi Value
-            //Eeprom.EepromData.DemoSettings.xxx
-            // example : if( ( double )Eeprom.EepromData.DemoSettings.RssiValue > 1.0 )
             mean = exp( ( mean + 2.4917 ) / 7.2262 );
         }
         if( mean < 0 )