Fix some naming issues around NULL and a D-Star bug with frame counts.

This commit is contained in:
Jonathan Naylor
2025-04-19 16:36:00 +01:00
parent 067340dde7
commit 5d2f528ec7
6 changed files with 30 additions and 26 deletions

View File

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