Add missing wifi targets for some DIY modules (#1210)
[ExpressLRS.git] / src / include / target / MATEK_2400_RX.h
blob6be1ea26120a94b13d74de6dabe82deef9f1c0a0
1 #ifndef DEVICE_NAME
2 #define DEVICE_NAME "MATEK R24"
3 #endif
4 // GPIO pin definitions
5 #define GPIO_PIN_NSS 15
6 #define GPIO_PIN_BUSY 5
7 #define GPIO_PIN_DIO1 4
8 #define GPIO_PIN_MOSI 13
9 #define GPIO_PIN_MISO 12
10 #define GPIO_PIN_SCK 14
11 #define GPIO_PIN_RST 2
12 #define GPIO_PIN_LED 16
13 #define GPIO_PIN_BUTTON 0
14 #define GPIO_PIN_TX_ENABLE 10
15 #ifdef USE_DIVERSITY
16 #define GPIO_PIN_ANTENNA_SELECT 9
17 #endif
19 // Output Power
20 #define POWER_OUTPUT_FIXED 3
22 #define Regulatory_Domain_ISM_2400 1