DMR networking code cleanup.

This commit is contained in:
Jonathan Naylor
2021-03-09 20:59:04 +00:00
parent 5d8d1a3fb9
commit 79fc7623dc
3 changed files with 75 additions and 92 deletions

View File

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