Clean up the D-Star Control class a little.

This commit is contained in:
Jonathan Naylor 2021-05-18 19:44:41 +01:00
parent 21b66d5113
commit e2d61d1572
7 changed files with 54 additions and 55 deletions

View file

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