Add M17 BER debug info.

This commit is contained in:
Jonathan Naylor
2020-10-25 12:48:23 +00:00
parent 9688929c3d
commit 2ff0e52558
2 changed files with 6 additions and 2 deletions

View File

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