Skip to content

Commit

Permalink
Rename and use define for radio chip (#1425)
Browse files Browse the repository at this point in the history
* Define radio chip in target

Rather than relying on regulatory domain which should only be used for FHSS

* Move radio define to ini files

* Add missing =1

* Change RADIO_SX1280 to RADIO_SX128X
  • Loading branch information
pkendall64 authored and StonedDawg committed Feb 27, 2022
1 parent 8793d5f commit 221345e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/include/target/Vantac_2400_RX.h
Expand Up @@ -21,4 +21,4 @@
#define MinPower PWR_10mW
#define MaxPower PWR_100mW
#define DefaultPower PWR_100mW
#define POWER_OUTPUT_VALUES {-10,-6,-3,1} //has PA, use Power array
#define POWER_OUTPUT_VALUES {-10,-6,-3,1} //has PA, use Power array
2 changes: 1 addition & 1 deletion src/include/target/iFlight_2400_RX.h
Expand Up @@ -19,4 +19,4 @@

#define Regulatory_Domain_ISM_2400 1

#define POWER_OUTPUT_FIXED 13 //MAX power for 2400 RXes that doesn't have PA is 12.5dbm
#define POWER_OUTPUT_FIXED 13 //MAX power for 2400 RXes that doesn't have PA is 12.5dbm

0 comments on commit 221345e

Please sign in to comment.