Add missing wifi targets for some DIY modules (#1210)
[ExpressLRS.git] / src / include / target / BETAFPV_2400_TX_MICRO.h
blob4e4fd21a5becd40edf21a875e9a6f73b8ecadf44
1 #ifndef DEVICE_NAME
2 #define DEVICE_NAME "BETAFPV 2G4Micro"
3 #endif
5 // Any device features
6 #define USE_OLED_I2C
7 #define OLED_REVERSED
9 // There is some special handling for this target
10 #define TARGET_TX_BETAFPV_2400_MICRO_V1
12 // GPIO pin definitions
13 #define GPIO_PIN_NSS 5
14 #define GPIO_PIN_BUSY 21
15 #define GPIO_PIN_DIO0 -1
16 #define GPIO_PIN_DIO1 4
17 #define GPIO_PIN_MOSI 23
18 #define GPIO_PIN_MISO 19
19 #define GPIO_PIN_SCK 18
20 #define GPIO_PIN_RST 14
21 #define GPIO_PIN_RX_ENABLE 27
22 #define GPIO_PIN_TX_ENABLE 26
23 #define GPIO_PIN_RCSIGNAL_RX 13
24 #define GPIO_PIN_RCSIGNAL_TX 13
25 #define GPIO_PIN_FAN_EN 17
26 #define GPIO_PIN_LED_WS2812 16
27 #define GPIO_PIN_OLED_RST -1
28 #define GPIO_PIN_OLED_SCK 32
29 #define GPIO_PIN_OLED_SDA 22
30 #define GPIO_PIN_BUTTON 25
32 // Output Power
33 #define MinPower PWR_10mW
34 #define MaxPower PWR_500mW
35 #define POWER_OUTPUT_VALUES {-18,-15,-13,-9,-4,3}
37 #define Regulatory_Domain_ISM_2400 1