Update the M17 callsign parsing rules.

This commit is contained in:
Jonathan Naylor
2024-09-23 17:04:18 +01:00
parent 001dfd6db6
commit ace21b744f
2 changed files with 30 additions and 21 deletions

View File

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