Remove brackets from callsign

This commit is contained in:
Reed Nightingale 2020-04-26 23:35:54 -07:00
parent 0467223fe6
commit e980cff9ff

View File

@ -1,4 +1,4 @@
#include "callsign.h"
const char CALLSIGN_STRING_PRIVATE [] PROGMEM = "[CALLSIGN]";
const char CALLSIGN_STRING_PRIVATE [] PROGMEM = "CALLSIGN";
const char* const CALLSIGN_STRING = CALLSIGN_STRING_PRIVATE;