Update M17 to the latest secification, removal of the CRC from the

stream data.
This commit is contained in:
Jonathan Naylor
2021-04-11 17:31:05 +01:00
parent e6d5ef9055
commit 3a73a25c1e
4 changed files with 9 additions and 28 deletions

View File

@@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20210408";
const char* VERSION = "20210411";
#endif