From 36b1f320c3c3eb2f5ea906286d97a4e72c6365f5 Mon Sep 17 00:00:00 2001 From: amarofarinha <151563493+amarofarinha@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:27:27 +0100 Subject: [PATCH 1/2] Update Software/Software.ino Co-authored-by: Christopher Obbard --- Software/Software.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/Software.ino b/Software/Software.ino index 806d7024..8a1ebc9b 100644 --- a/Software/Software.ino +++ b/Software/Software.ino @@ -352,7 +352,7 @@ void init_stored_settings() { static uint32_t temp = 0; settings.begin("batterySettings", false); - //allways get the emergency stop status + // Always get the emergency stop status temp = settings.getBool("EMERGENGY_STOP", false); datalayer.system.settings.equipment_stop_active = temp; if (datalayer.system.settings.equipment_stop_active) { From d2de79e64a0bfd8a51253532575d1773fa7dee1d Mon Sep 17 00:00:00 2001 From: amarofarinha <151563493+amarofarinha@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:39:16 +0100 Subject: [PATCH 2/2] Update Software/USER_SETTINGS.h Co-authored-by: Christopher Obbard --- Software/USER_SETTINGS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/USER_SETTINGS.h b/Software/USER_SETTINGS.h index 9325957c..a97e4883 100644 --- a/Software/USER_SETTINGS.h +++ b/Software/USER_SETTINGS.h @@ -65,7 +65,7 @@ #define MDNSRESPONDER //Enable this line to enable MDNS, allows battery monitor te be found by .local address. Requires WEBSERVER to be enabled. #define LOAD_SAVED_SETTINGS_ON_BOOT //Enable this line to read settings stored via the webserver on boot (overrides Wifi/battery settings set below) //#define FUNCTION_TIME_MEASUREMENT // Enable this to record execution times and present them in the web UI (WARNING, raises CPU load, do not use for production) -//#define EQUIPMENT_STOP_BUTTON // Enable this to have a emergengy/equipment stop button connected to board +//#define EQUIPMENT_STOP_BUTTON // Enable this to allow an emergency/equipment stop button connected to the Battery-Emulator to disengage the battery /* MQTT options */ // #define MQTT // Enable this line to enable MQTT