Ensure the correct width of the configuration packet.

This commit is contained in:
Jonathan Naylor
2020-08-28 10:58:33 +01:00
parent 1606c4e644
commit 8ef67976ab
3 changed files with 3 additions and 5 deletions

View File

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