2 #define DEVICE_NAME "DIY900 PWMP"
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}
21 #define GPIO_PIN_PWM_OUTPUTS {0, 1, 3, 5, 9, 10}