Change to the new method of M17 EOT transmission.

This commit is contained in:
Jonathan Naylor
2021-09-19 15:15:37 +01:00
parent cb89b34a39
commit 50a3afd66f
7 changed files with 33 additions and 47 deletions

View File

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