mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 19:58:13 +00:00
Bind channel fix
This commit is contained in:
parent
18e31b3821
commit
43956bbf2c
@ -626,6 +626,7 @@ static void protocol_init()
|
||||
{
|
||||
uint16_t next_callback=0; // Default is immediate call back
|
||||
remote_callback = 0;
|
||||
CHANGE_PROTOCOL_FLAG_off;
|
||||
|
||||
// reset telemetry
|
||||
#ifdef TELEMETRY
|
||||
|
@ -115,6 +115,7 @@
|
||||
//This function takes quite some flash space and processor power on an atmega.
|
||||
//For OpenTX and ersky9x it must be uncommented.
|
||||
//On a 9XR_PRO running ersky9x both commented and uncommented will work depending on the radio setting Invert COM1 under the Telemetry menu.
|
||||
//On other addon/replacement boards like the 9xtreme board or the Ar9x board, you need to uncomment the line below.
|
||||
//For er9x it depends if you have an inveter mod or not on the telemetry pin. If you don't have an inverter comment this line.
|
||||
#define INVERT_TELEMETRY
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user