minor updates

This commit is contained in:
richonguzman 2023-06-06 19:06:10 -04:00
parent 2e441e6d0f
commit 3c66904b0b
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"beacons": [
{
"callsign": "CD2RXU-1",
"callsign": "CD2RXU-3",
"symbol": "[",
"comment": "",
"smart_beacon": {
@ -17,7 +17,7 @@
}
},
{
"callsign": "CD2RXU-2",
"callsign": "CD2RXU-4",
"symbol": "b",
"comment": "",
"smart_beacon": {
@ -33,7 +33,7 @@
}
},
{
"callsign": "CD2RXU-2",
"callsign": "CD2RXU-5",
"symbol": ">",
"comment": "",
"smart_beacon": {

View File

@ -18,7 +18,7 @@
#include "utils.h"
#include "messages.h"
#define VERSION "2023.06.04"
#define VERSION "2023.06.06"
logging::Logger logger;