Add missing wifi targets for some DIY modules (#1210)
[ExpressLRS.git] / src / include / target / NamimnoRC_FLASH_2400_TX.h
blob8225d826f10898594c5733f41d751f0bbf4021e5
1 #ifndef DEVICE_NAME
2 #define DEVICE_NAME "Namimno Flash"
3 #endif
5 #define USE_TX_BACKPACK
7 // GPIO pin definitions
8 #define GPIO_PIN_RST PB4
9 #define GPIO_PIN_BUSY PB5
10 #define GPIO_PIN_DIO1 PB6
11 #define GPIO_PIN_DIO2 PB7
12 #define GPIO_PIN_NSS PA4
13 #define GPIO_PIN_MOSI PA7
14 #define GPIO_PIN_MISO PA6
15 #define GPIO_PIN_SCK PA5
16 // SKY65383-11 front end control
17 #define GPIO_PIN_RX_ENABLE PA8 // CRX
18 #define GPIO_PIN_TX_ENABLE PA11 // CTX
19 #define GPIO_PIN_PA_ENABLE PA12 // CSD
21 /* S.Port input signal */
22 #define GPIO_PIN_RCSIGNAL_RX PB11 /* USART3 */
23 #define GPIO_PIN_RCSIGNAL_TX PB10 /* USART3 */
24 #define GPIO_PIN_BUFFER_OE PA1
25 #define GPIO_PIN_BUFFER_OE_INVERTED 1
26 #define GPIO_PIN_FAN_EN PB1
27 /* Backpack logger connection */
28 #ifdef USE_ESP8266_BACKPACK
29 #define GPIO_PIN_DEBUG_RX PA10
30 #define GPIO_PIN_DEBUG_TX PA9
31 #else
32 #define GPIO_PIN_DEBUG_RX PA3
33 #define GPIO_PIN_DEBUG_TX PA2
34 #endif
35 /* WS2812 led */
36 #define GPIO_PIN_LED_WS2812 PB0
37 #define GPIO_PIN_LED_WS2812_FAST PB_0
39 // Output Power
40 #define MinPower PWR_25mW
41 #define MaxPower PWR_1000mW
42 #define POWER_OUTPUT_VALUES {-18,-15,-12,-8,-5,3}
44 #define Regulatory_Domain_ISM_2400 1