diff --git a/src/LoRa_APRS_Tracker.cpp b/src/LoRa_APRS_Tracker.cpp index 4dd109d..6c3a3e9 100644 --- a/src/LoRa_APRS_Tracker.cpp +++ b/src/LoRa_APRS_Tracker.cpp @@ -310,8 +310,8 @@ void load_config() Config = confmg.readConfiguration(); if(Config.callsign == "NOCALL-10") { - logPrintlnE("You have to change your settings in 'data/is-cfg.json' and upload it via \"Upload File System image\"!"); - show_display("ERROR", "You have to change your settings in 'data/is-cfg.json' and upload it via \"Upload File System image\"!"); + logPrintlnE("You have to change your settings in 'data/tracker.json' and upload it via \"Upload File System image\"!"); + show_display("ERROR", "You have to change your settings in 'data/tracker.json' and upload it via \"Upload File System image\"!"); while(true) {} }