Add Symbol= option to [APRS] stanza in config, to allow user to define APRS symbol. Backward-compat., and will default to the standard D& symbol (diamond with "D" overlay) if Symbol= is not defined.

This commit is contained in:
Chipster 2023-02-12 19:27:45 -06:00
parent 71b42aad36
commit 508692a554
6 changed files with 26 additions and 7 deletions

View file

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