Skip to content

Commit

Permalink
Merge pull request #98 from lora-aprs/some-fixes
Browse files Browse the repository at this point in the history
fix nocall check
  • Loading branch information
peterus authored Mar 26, 2023
2 parents 33c205e + f8376a6 commit 22838b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LoRa_APRS_Tracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ void load_config() {
ConfigurationManagement confmg("/tracker.json");
Config = confmg.readConfiguration();
BeaconMan.loadConfig(Config.beacons);
if (BeaconMan.getCurrentBeaconConfig()->callsign == "NOCALL-10") {
if (BeaconMan.getCurrentBeaconConfig()->callsign == "NOCALL-7") {
logger.log(logging::LoggerLevel::LOGGER_LEVEL_ERROR, "Config",
"You have to change your settings in 'data/tracker.json' and "
"upload it via \"Upload File System image\"!");
Expand Down

0 comments on commit 22838b9

Please sign in to comment.