NOCALL update

This commit is contained in:
richonguzman 2023-05-30 09:59:23 -04:00
parent b876f90d89
commit c0a3a5cac7
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"beacons": [ "beacons": [
{ {
"callsign": "CD2RXU-7", "callsign": "NOCALL-7",
"symbol": "[", "symbol": "[",
"comment": "github.com/richonguzman/LoRa_APRS_Tracker", "comment": "github.com/richonguzman/LoRa_APRS_Tracker",
"smart_beacon": { "smart_beacon": {
@ -20,7 +20,7 @@
"overlay": "/" "overlay": "/"
}, },
{ {
"callsign": "CD2RXU-8", "callsign": "NOCALL-8",
"symbol": "b", "symbol": "b",
"comment": "github.com/richonguzman/LoRa_APRS_Tracker", "comment": "github.com/richonguzman/LoRa_APRS_Tracker",
"smart_beacon": { "smart_beacon": {
@ -40,7 +40,7 @@
}, },
{ {
"callsign": "CD2RXU-9", "callsign": "NOCALL-9",
"symbol": ">", "symbol": ">",
"comment": "github.com/richonguzman/LoRa_APRS_Tracker", "comment": "github.com/richonguzman/LoRa_APRS_Tracker",
"smart_beacon": { "smart_beacon": {

View File

@ -1019,7 +1019,7 @@ void loop() {
/// FUNCTIONS /// /// FUNCTIONS ///
void validateConfigFile() { void validateConfigFile() {
if (currentBeacon->callsign == "NOCALL-10") { if (currentBeacon->callsign == "NOCALL-7") {
logger.log(logging::LoggerLevel::LOGGER_LEVEL_ERROR, "Config", logger.log(logging::LoggerLevel::LOGGER_LEVEL_ERROR, "Config",
"You have to change your settings in 'data/tracker.json' and " "You have to change your settings in 'data/tracker.json' and "
"upload it via \"Upload File System image\"!"); "upload it via \"Upload File System image\"!");