Add missing wifi targets for some DIY modules (#1210)
[ExpressLRS.git] / src / include / target / DIY_900_RX_PWMP.h
blob43cc4ca9844a66274c5de2d24604951624354907
1 #ifndef DEVICE_NAME
2 #define DEVICE_NAME "DIY900 PWMP"
3 #endif
5 #define CRSF_RCVR_NO_SERIAL
7 // GPIO pin definitions
8 // same as DIY_900_RX_ESP8285_SX127x except with no serial/button and PWM outputs
9 #define GPIO_PIN_NSS 15
10 #define GPIO_PIN_DIO0 4
11 #define GPIO_PIN_MOSI 13
12 #define GPIO_PIN_MISO 12
13 #define GPIO_PIN_SCK 14
14 #define GPIO_PIN_RST 2
15 //#define GPIO_PIN_RCSIGNAL_RX -1 // does not use UART
16 //#define GPIO_PIN_RCSIGNAL_TX -1
17 #define GPIO_PIN_LED_RED 16
18 #if defined(DEBUG_LOG)
19 #define GPIO_PIN_PWM_OUTPUTS {0, 5, 9, 10}
20 #else
21 #define GPIO_PIN_PWM_OUTPUTS {0, 1, 3, 5, 9, 10}
22 #endif