Mostly fixes for D-Star logging.

This commit is contained in:
Jonathan Naylor 2026-04-16 13:48:18 +01:00
parent be804801ac
commit 47467bd880
4 changed files with 6 additions and 7 deletions

View file

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