NOCALL update
This commit is contained in:
parent
b876f90d89
commit
c0a3a5cac7
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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\"!");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue