Bind channel fix

This commit is contained in:
pascallanger 2017-01-02 17:45:08 +01:00
parent 18e31b3821
commit 43956bbf2c
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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