Add the data packing and unpacking code.

This commit is contained in:
Jonathan Naylor
2020-05-08 13:12:37 +01:00
parent c2ca65f889
commit 7ae77a01a9
5 changed files with 81 additions and 73 deletions

View File

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