feat: версия прошивки в веб-морде (controller v1.2, node v1.1)

This commit is contained in:
Aleksei
2026-06-17 08:09:59 +00:00
parent 356c053905
commit bba7e4138a
2 changed files with 25 additions and 7 deletions
+2 -1
View File
@@ -18,6 +18,7 @@
#define ETH_CLK_MODE ETH_CLOCK_GPIO17_OUT
#define AP_SSID "Barrier-Setup"
#define FW_VERSION "1.2"
#define AP_PASS "barrier123"
Preferences prefs;
@@ -141,7 +142,7 @@ input[type=text]:focus,input[type=password]:focus{outline:none;border-color:#219
<h2>Barrier Controller</h2>
<div class='sub'>IP: )";
html += currentIP();
html += "</div>";
html += " &nbsp;·&nbsp; v" + String(FW_VERSION) + "</div>";
if (msg.startsWith(""))
html += "<div class='err'>" + msg + "</div>";