diff --git a/Multiprotocol/Multiprotocol.ino b/Multiprotocol/Multiprotocol.ino index df90929..be34f1e 100644 --- a/Multiprotocol/Multiprotocol.ino +++ b/Multiprotocol/Multiprotocol.ino @@ -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 diff --git a/Multiprotocol/_Config.h b/Multiprotocol/_Config.h index 255db71..7b0e61a 100644 --- a/Multiprotocol/_Config.h +++ b/Multiprotocol/_Config.h @@ -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