Add missing wifi targets for some DIY modules (#1210)
[ExpressLRS.git] / src / include / target / QuadKopters_JR_2400_TX.h
blob9f50f8bafd6862b5000348e2e313d755b24c0711
1 #ifndef DEVICE_NAME
2 #define DEVICE_NAME "QuadKopters 2G4"
3 #endif
5 // Any device features
6 #define USE_TX_BACKPACK
8 // GPIO pin definitions
9 #define GPIO_PIN_NSS 5
10 #define GPIO_PIN_BUSY 21
11 #define GPIO_PIN_DIO1 4
12 #define GPIO_PIN_MOSI 23
13 #define GPIO_PIN_MISO 19
14 #define GPIO_PIN_SCK 18
15 #define GPIO_PIN_RST 14
16 #define GPIO_PIN_RX_ENABLE 27
17 #define GPIO_PIN_TX_ENABLE 26
18 #define GPIO_PIN_RCSIGNAL_RX 13
19 #define GPIO_PIN_RCSIGNAL_TX 13
20 #define GPIO_PIN_LED_WS2812 15
22 // Output Power
23 #define MinPower PWR_10mW
24 #define MaxPower PWR_250mW
25 #define POWER_OUTPUT_VALUES {-15,-11,-8,-5,0}
27 #define Regulatory_Domain_ISM_2400 1