QIDI560 new light flag?

This commit is contained in:
pascallanger 2025-01-23 15:49:35 +01:00
parent eaf71c2f49
commit e5810a2978
2 changed files with 2 additions and 2 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, 0x10); // Q560 LED flag conflicting with trim_ch...
packet[5] |= GET_FLAG(CH7_SW, 0x18); // Q560 LED flag 0x10 conflicting with trim_ch...
}
else // FX816 and FX620
{

View File

@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 4
#define VERSION_PATCH_LEVEL 20
#define VERSION_PATCH_LEVEL 21
#define MODE_SERIAL 0