callsign.cpp aktualisiert

This commit is contained in:
Michael Clemens 2024-03-21 10:28:21 +01:00
parent 6dceffd993
commit 9d96fa649e
1 changed files with 1 additions and 1 deletions

View File

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