makes GPIO_PIN_RST optional for the sx1276
[ExpressLRS.git] / src / user_defines.txt
blob1d9157d3dd1d380a1e021a834a117e9492af8088
1 ### The Legal Stuff ###
3 # The use and operation of this type of device may require a license and some countries may forbid its use entirely.
4 # It is entirely up to the end user to ensure compliance with local regulations. No claim of regulatory compliance is made. In most cases a HAM license is required.
5 # This is experimental software/hardware and there is no guarantee of stability or reliability. USE AT YOUR OWN RISK
7 # HOW TO USE THIS FILE: https://www.expresslrs.org/1.0/software/user-defines/
8 # SIMPLY SEARCH WHICH DEFINE YOU NEED HELP WITH
11 ### BINDING PHRASE: ###
12 # Uncomment the line below to use a hardcoded binding phrase
13 # Leave commented to use traditional binding
14 #-DMY_BINDING_PHRASE="default ExpressLRS binding phrase"
17 ### REGULATORY DOMAIN: ###
19 # Domain is used to define correct frequency band for 900MHz hardware.
20 #-DRegulatory_Domain_AU_915
21 #-DRegulatory_Domain_EU_868
22 #-DRegulatory_Domain_IN_866
23 #-DRegulatory_Domain_AU_433
24 #-DRegulatory_Domain_EU_433
25 #-DRegulatory_Domain_FCC_915
27 ### PERFORMANCE OPTIONS: ###
29 #unlocks >250mw output power for R9M and Happy Model ES915TX (Fan mod suggested: https://github.com/AlessandroAU/ExpressLRS/wiki/R9M-Fan-Mod-Cover)
30 #-DUNLOCK_HIGHER_POWER
32 #-DNO_SYNC_ON_ARM
34 -DFEATURE_OPENTX_SYNC
35 #-DFEATURE_OPENTX_SYNC_AUTOTUNE
37 -DLOCK_ON_FIRST_CONNECTION
39 ### COMPATIBILITY OPTIONS: ###
41 # Invert the TX/RX half-duplex pin in the transmitter code. Handset external
42 # modules are almost all inverted. ESP32 targets only
43 -DUART_INVERTED
45 # Use a custom baud rate on the receiver for a KISS v1 FC (which runs at 400000) or any other oddball baud
46 # If not defined, will default to 420000
47 #-DRCVR_UART_BAUD=400000
49 # Invert the TX pin in the receiver code to allow an inverted RX pin on the
50 # FC to be used (usually labeled SBUS input or RXI). Inverted CRSF output.
51 # RX pin (telemetry) is unaffected. Update via_BetaflightPassthrough will
52 # not work, only via_Wifi. ESP8266/8285 targets only
53 #-DRCVR_INVERT_TX
55 # Use the SBUS **pin** on R9MM receiver hardware, which is inverted.
56 # Does not output SBUS protocol, just inverted CRSF.
57 #-DUSE_R9MM_R9MINI_SBUS
59 #-DTLM_REPORT_INTERVAL_MS=320LU
61 ### OTHER OPTIONS: ###
63 -DAUTO_WIFI_ON_INTERVAL=60
64 #-DHOME_WIFI_SSID=""
65 #-DHOME_WIFI_PASSWORD=""
67 # Enables code for talking to a connected ESP8266 backpack on the TX module, and associated Lua params
68 # The device target should enable this automatically for devices that come with this, but can be added
69 # to any device.
70 #-DUSE_TX_BACKPACK
72 # Silence the buzzer
73 #-DDISABLE_ALL_BEEPS
74 # Disables the startup tune and crsf connect/disconnct do beep-boop
75 #-DDISABLE_STARTUP_BEEP
76 # Startup is beep-boop, and crsf connect/disconnct do similar
77 #-DJUST_BEEP_ONCE
78 # Startup plays you own custom tune and crsf connect/disconnct do beep-boop
79 #-DMY_STARTUP_MELODY="B5 16 P16 B5 16 P16 B5 16 P16 B5 2 G5 2 A5 2 B5 8 P4 A5 8 B5 1|140|-3"
81 #Comment this to disable diversity function
82 #-DUSE_DIVERSITY
84 #If commented out the LED is RGB otherwise GRB
85 #-DWS2812_IS_GRB
87 ### Debugging options ###
89 # Turn on debug messages, if disabled then all debugging options (starting with DEBUG_) are disabled
90 #-DDEBUG_LOG
91 # Use DEBUG_LOG_VERBOSE instead (or both) to see verbose debug logging (spammy stuff)
92 #-DDEBUG_LOG_VERBOSE
94 # Print a letter for each packet received or missed (RX debugging)
95 #-DDEBUG_RX_SCOREBOARD
97 # Don't send RC msgs over UART
98 #-DDEBUG_CRSF_NO_OUTPUT
100 # These debugging options send extra information to BetaFlight in the LinkStatistics packet
101 #-DDEBUG_BF_LINK_STATS