MT99XX/Dragon: beginner and intermediate swapped...

This commit is contained in:
Pascal Langer 2021-02-11 09:50:41 +01:00
parent ff829f1f7b
commit addf2c5143
2 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@ static void __attribute__((unused)) MT99XX_send_packet()
if(CH5_SW) // Advanced mode
packet[5] |= 0x80;
else
if(Channel_data[CH5] < CHANNEL_MIN_COMMAND) // Beginner mode
if(Channel_data[CH5] > CHANNEL_MIN_COMMAND) // Beginner mode
packet[5] |= 0x40;
packet[6] = FLAG_DRAGON_RATE
| GET_FLAG( CH6_SW, FLAG_DRAGON_RTH );

View File

@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 2
#define VERSION_PATCH_LEVEL 36
#define VERSION_PATCH_LEVEL 37
//******************
// Protocols