Handle the new larger frame type.

This commit is contained in:
Jonathan Naylor
2020-06-19 15:09:21 +01:00
parent d9e2940f08
commit e0f800ba98
3 changed files with 89 additions and 73 deletions

View File

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