Add crude M17 capability checking for V1 MMDVMs.

This commit is contained in:
Jonathan Naylor
2023-07-23 15:00:07 +01:00
parent 8a80d9678c
commit 38227730d0
2 changed files with 28 additions and 25 deletions

View File

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