feat: версия прошивки в веб-морде (controller v1.2, node v1.1)
This commit is contained in:
@@ -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 += " · v" + String(FW_VERSION) + "</div>";
|
||||
|
||||
if (msg.startsWith("❌"))
|
||||
html += "<div class='err'>" + msg + "</div>";
|
||||
|
||||
Reference in New Issue
Block a user