|
@@ -15,7 +15,7 @@
|
|
|
#include "myUart3.h"
|
|
|
#include "myRadio.h"
|
|
|
|
|
|
-#define SOFT_VERSION 0x10
|
|
|
+#define SOFT_VERSION 0x11
|
|
|
#define SET_RF_FREQ_HZ(base, ch,step) base+ch*step*10*1000
|
|
|
//---------------key
|
|
|
KeyParamExt_ts *getKeyReturn;
|
|
@@ -46,10 +46,10 @@ static bool rfTxGetAckStatus = false;
|
|
|
static uint8_t rfCtrlMode;
|
|
|
const uint32_t rfBaseFreqList[DVTP_MAX_COUNT] =
|
|
|
{
|
|
|
- /*"1"*/410920000,
|
|
|
- /*"2"*/490920000,
|
|
|
- /*"3"*/850920000,
|
|
|
- /*"4"*/910920000,
|
|
|
+ /*"1"*/410000000,
|
|
|
+ /*"2"*/490000000,
|
|
|
+ /*"3"*/850000000,
|
|
|
+ /*"4"*/910000000,
|
|
|
|
|
|
};
|
|
|
const uint32_t rfBaudrateList[MAX_RF_BAUDRATE_COUNT] =
|