Substitute the source with the repeaters callsign and add the extended callsign information on RF.

This commit is contained in:
Jonathan Naylor
2021-09-21 20:56:11 +01:00
parent cdfe3620d5
commit 45e45da6e6
4 changed files with 136 additions and 85 deletions

View File

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