M-Link: added vario

This commit is contained in:
Pascal Langer
2021-02-10 10:13:51 +01:00
parent dc18e8e5b2
commit 7ee72976c4
3 changed files with 5 additions and 2 deletions

View File

@@ -277,6 +277,9 @@ static void __attribute__((unused)) MLINK_send_data_packet()
case 2: //current
id = 0x28;
break;
case 3: //vario
id = 0x30;
break;
case 5: //rpm
id = 0x03;
break;

View File

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