|
@@ -46,6 +46,7 @@ static bool rfTxGetAckStatus = false;
|
|
|
static uint8_t rfCtrlMode;
|
|
|
const uint32_t rfBaseFreqList[DVTP_MAX_COUNT] =
|
|
|
{
|
|
|
+ /*"1"*/300000000,
|
|
|
/*"1"*/410000000,
|
|
|
/*"2"*/490000000,
|
|
|
/*"3"*/850000000,
|
|
@@ -62,6 +63,7 @@ const int8_t rfTxPowerList[RF_TX_PWR_MAX_COUNT] =
|
|
|
};
|
|
|
static char deviceNameList[DVTP_MAX_COUNT][20] =
|
|
|
{
|
|
|
+ /*"1"*/"VG4130S315N0S1",
|
|
|
/*"1"*/"VG4130S433N0S1",
|
|
|
/*"2"*/"VG4130S490N0S1",
|
|
|
/*"3"*/"VG4130S868N0S1",
|