Switch off D-Star fast data for now.

This commit is contained in:
Jonathan Naylor
2025-04-24 14:41:45 +01:00
parent 3bb600e3f9
commit 8e0705e2a9
2 changed files with 7 additions and 1 deletions

View File

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