Multi Telemetry: update version

This commit is contained in:
pascallanger
2016-12-22 10:31:00 +01:00
parent 9b6d2bce58
commit 8efa5bc1dc
2 changed files with 10 additions and 10 deletions

View File

@@ -89,11 +89,11 @@ static void multi_send_status()
flags |= 0x08;
Serial_write(flags);
// Version number example: 1.16.1
// Version number example: 1.1.6.1
Serial_write(VERSION_MAJOR);
Serial_write(VERSION_MINOR);
Serial_write(VERSION_PATCH_LEVEL_H);
Serial_write(VERSION_PATCH_LEVEL_L);
Serial_write(VERSION_REVISION);
Serial_write(VERSION_PATCH_LEVEL);
}
#endif