Driver for the SX1280 RF Transceiver

Dependents:   SX1280PingPong RangignMaster RangingSlave MSNV2-Terminal_V1-6 ... more

Revision:
7:88669efa3779
Parent:
6:057a5290df98
Child:
9:3e5535d2cc1c
--- a/sx1280.cpp	Mon May 22 11:29:14 2017 +0000
+++ b/sx1280.cpp	Tue May 23 18:22:42 2017 +0200
@@ -525,7 +525,7 @@
 
 void SX1280::SetAutoFs( bool enableAutoFs )
 {
-    WriteCommand( RADIO_SET_AUTORX, ( uint8_t * )&enableAutoFs, 1 );
+    WriteCommand( RADIO_SET_AUTOFS, ( uint8_t * )&enableAutoFs, 1 );
 }
 
 void SX1280::SetLongPreamble( bool enable )