1 #define DEVICE_NAME "AXIS THOR 2400TX"
3 #define USE_TX_BACKPACK
8 #define HAS_GSENSOR_STK8xxx
11 #define HAS_THERMAL_LM75A
13 #define HAS_FIVE_WAY_BUTTON
15 #define BACKPACK_LOGGING_BAUD 420000
17 // GPIO pin definitions
18 #define GPIO_PIN_NSS 5
19 #define GPIO_PIN_BUSY 21
20 #define GPIO_PIN_DIO1 4
21 #define GPIO_PIN_MOSI 23
22 #define GPIO_PIN_MISO 19
23 #define GPIO_PIN_SCK 18
24 #define GPIO_PIN_RST 14
25 #define GPIO_PIN_RX_ENABLE 27
26 #define GPIO_PIN_TX_ENABLE 26
27 #define GPIO_PIN_OLED_SDA -1
28 #define GPIO_PIN_OLED_SCK -1
29 #define GPIO_PIN_RCSIGNAL_RX 13
30 #define GPIO_PIN_RCSIGNAL_TX 13
32 #define GPIO_PIN_FIVE_WAY_INPUT1 39
33 #define GPIO_PIN_FIVE_WAY_INPUT2 35
34 #define GPIO_PIN_FIVE_WAY_INPUT3 34
36 #define GPIO_PIN_TFT_MOSI 16
37 #define GPIO_PIN_TFT_SCLK 17
38 #define GPIO_PIN_TFT_RST 0
39 #define GPIO_PIN_TFT_DC 12
40 #define GPIO_PIN_TFT_CS 22
41 #define GPIO_PIN_TFT_BL 15
42 #define GPIO_PIN_SCL 32
43 #define GPIO_PIN_SDA 33
44 #define GPIO_PIN_GSENSOR_INT 37
45 #define GPIO_PIN_LED_WS2812 25
47 #define HARDWARE_VERSION "THOR-2.0"
50 #define MinPower PWR_10mW
51 #define MaxPower PWR_1000mW
52 #define DefaultPower PWR_10mW
53 #define POWER_OUTPUT_VALUES {-16,-12,-9,-6,-2,0,7}
55 #define Regulatory_Domain_ISM_2400 1