2 #define DEVICE_NAME "QuadKopters 2G4"
6 #define USE_TX_BACKPACK
8 // GPIO pin definitions
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
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