2 #define DEVICE_NAME "DIY2400 ESP8266"
5 // GPIO pin definitions
6 #define GPIO_PIN_NSS 15
7 #define GPIO_PIN_BUSY 5
8 #define GPIO_PIN_DIO1 4
9 #define GPIO_PIN_MOSI 13
10 #define GPIO_PIN_MISO 12
11 #define GPIO_PIN_SCK 14
12 #define GPIO_PIN_RST 2
13 //#define GPIO_PIN_RCSIGNAL_RX -1 // uses default uart pins
14 //#define GPIO_PIN_RCSIGNAL_TX -1
15 #define GPIO_PIN_LED_RED 16 // LED_RED on TX, copied to LED on RX
16 #define GPIO_PIN_BUTTON 0
19 #define MinPower PWR_10mW
20 #define MaxPower PWR_10mW
21 #define POWER_OUTPUT_VALUES {13}
23 #define Regulatory_Domain_ISM_2400 1