mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 18:48:11 +00:00
Multi Telemetry: fix patch level
This commit is contained in:
parent
7bb26a7f07
commit
9b6d2bce58
@ -16,9 +16,10 @@
|
||||
//******************
|
||||
// Version
|
||||
//******************
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 16
|
||||
#define VERSION_PATCH_LEVEL 1
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 1
|
||||
#define VERSION_PATCH_LEVEL_H 6
|
||||
#define VERSION_PATCH_LEVEL_L 2
|
||||
|
||||
//******************
|
||||
// Protocols
|
||||
|
@ -92,8 +92,8 @@ static void multi_send_status()
|
||||
// Version number example: 1.16.1
|
||||
Serial_write(VERSION_MAJOR);
|
||||
Serial_write(VERSION_MINOR);
|
||||
Serial_write(VERSION_PATCH_LEVEL);
|
||||
Serial_write(0);
|
||||
Serial_write(VERSION_PATCH_LEVEL_H);
|
||||
Serial_write(VERSION_PATCH_LEVEL_L);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user