menu working

This commit is contained in:
richonguzman 2024-09-24 12:15:36 -03:00
parent aff0b01c3e
commit 5c21822926
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{ {
"beacons": [ "beacons": [
{ {
"callsign": "NOCALL-7", "callsign": "CA2RXU-6",
"gpsEcoMode": false, "gpsEcoMode": false,
"symbol": "[", "symbol": "[",
"overlay": "/", "overlay": "/",
@ -11,7 +11,7 @@
"smartBeaconSetting": 0 "smartBeaconSetting": 0
}, },
{ {
"callsign": "NOCALL-7", "callsign": "CA2RXU-6",
"gpsEcoMode": false, "gpsEcoMode": false,
"symbol": ">", "symbol": ">",
"overlay": "/", "overlay": "/",
@ -21,7 +21,7 @@
"smartBeaconSetting": 2 "smartBeaconSetting": 2
}, },
{ {
"callsign": "NOCALL-7", "callsign": "CA2RXU-6",
"gpsEcoMode": false, "gpsEcoMode": false,
"symbol": "b", "symbol": "b",
"overlay": "/", "overlay": "/",

View File

@ -48,7 +48,7 @@ TinyGPSPlus gps;
OneButton userButton = OneButton(BUTTON_PIN, true, true); OneButton userButton = OneButton(BUTTON_PIN, true, true);
#endif #endif
String versionDate = "2024.09.19"; String versionDate = "2024.09.24";
uint8_t myBeaconsIndex = 0; uint8_t myBeaconsIndex = 0;
int myBeaconsSize = Config.beacons.size(); int myBeaconsSize = Config.beacons.size();
@ -116,7 +116,7 @@ void setup() {
startupScreen(loraIndex, versionDate); startupScreen(loraIndex, versionDate);
if (Config.wifiAP.active){ if (Config.wifiAP.active){
displayShow(" WEB-CONF","", "WiFi AP: LoRa Tracker", "IP: 192.168.4.1","", ""); displayShow(" WEB-CONF","", "WiFiAP:LoRaTracker-AP", "IP : 192.168.4.1","", "");
logger.log(logging::LoggerLevel::LOGGER_LEVEL_WARN, "Main", "WebConfiguration Started!"); logger.log(logging::LoggerLevel::LOGGER_LEVEL_WARN, "Main", "WebConfiguration Started!");
WIFI_Utils::startAutoAP(); WIFI_Utils::startAutoAP();
//WEB_Utils::setup(); //WEB_Utils::setup();