mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 22:28:12 +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
|
uint16_t next_callback=0; // Default is immediate call back
|
||||||
remote_callback = 0;
|
remote_callback = 0;
|
||||||
|
CHANGE_PROTOCOL_FLAG_off;
|
||||||
|
|
||||||
// reset telemetry
|
// reset telemetry
|
||||||
#ifdef TELEMETRY
|
#ifdef TELEMETRY
|
||||||
|
@ -115,6 +115,7 @@
|
|||||||
//This function takes quite some flash space and processor power on an atmega.
|
//This function takes quite some flash space and processor power on an atmega.
|
||||||
//For OpenTX and ersky9x it must be uncommented.
|
//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 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.
|
//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
|
#define INVERT_TELEMETRY
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user