_MyConfig.h

This commit is contained in:
Pascal Langer
2017-11-30 13:00:10 +01:00
parent 01bef23ac9
commit 28868e4c78
8 changed files with 67 additions and 39 deletions

View File

@@ -84,7 +84,7 @@ static void __attribute__((unused)) flysky_apply_extension_flags()
packet[13] |= FLAG_V6X6_HLESS1;
packet[14] |= FLAG_V6X6_HLESS2;
}
if(Servo_AUX6) //use option to manipulate these bytes
if(Servo_AUX6)
packet[14] |= FLAG_V6X6_RTH;
if(Servo_AUX7)
packet[14] |= FLAG_V6X6_XCAL;