We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf71c2 commit e5810a2Copy full SHA for e5810a2
Multiprotocol/FX_nrf24l01.ino
@@ -90,7 +90,7 @@ static void __attribute__((unused)) FX_send_packet()
90
// QIDI-550=>0:3D, 1:6G, 2:Torque
91
| (Channel_data[CH6] < CHANNEL_MIN_COMMAND ? 0x00 : (Channel_data[CH6] > CHANNEL_MAX_COMMAND ? 0x04 : 0x02));
92
if(sub_protocol == FX_Q560)
93
- 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...
94
}
95
else // FX816 and FX620
96
{
Multiprotocol/Multiprotocol.h
@@ -19,7 +19,7 @@
19
#define VERSION_MAJOR 1
20
#define VERSION_MINOR 3
21
#define VERSION_REVISION 4
22
-#define VERSION_PATCH_LEVEL 20
+#define VERSION_PATCH_LEVEL 21
23
24
#define MODE_SERIAL 0
25
0 commit comments