SGF22 Flags trial

This commit is contained in:
pascallanger
2025-01-25 11:31:21 +01:00
parent e5810a2978
commit 756af87ec1
6 changed files with 202 additions and 16 deletions

View File

@@ -90,7 +90,7 @@ static void __attribute__((unused)) FX_send_packet()
// QIDI-550=>0:3D, 1:6G, 2:Torque
| (Channel_data[CH6] < CHANNEL_MIN_COMMAND ? 0x00 : (Channel_data[CH6] > CHANNEL_MAX_COMMAND ? 0x04 : 0x02));
if(sub_protocol == FX_Q560)
packet[5] |= GET_FLAG(CH7_SW, 0x18); // Q560 LED flag 0x10 conflicting with trim_ch...
packet[5] |= GET_FLAG(CH7_SW, 0x18); // Q560 LED flag 0x10 conflicting with trim_ch... Corrected on new boards using 0x08 instead
}
else // FX816 and FX620
{