diff --git a/HTML/adapters.html b/HTML/adapters.html
index e67f285..a2603ce 100644
--- a/HTML/adapters.html
+++ b/HTML/adapters.html
@@ -92,7 +92,9 @@
-
~name~
+
@@ -54,7 +58,8 @@
PrintTextInput('Password','mqpass1','~mqpass1~',3,31);
+ PrintSaveBtn('mqtt1'); PrintApplyBtn('mqtt1')
+
@@ -72,10 +77,12 @@
PrintTextInput('Group name','mqgrp2','~mqgrp2~',3,31);
PrintTextInput('Device ID prefix','mqid2','~mqid2~',3,31);
PrintTextInput('Login','mqname2','~mqname2~',3,31);
- PrintTextInput('Password','mqpass2','~mqpass2~',3,31);
+ PrintTextInput('Password','mqpass2','~mqpass2~',3,31);
+
+ PrintSaveBtn('mqtt2'); PrintApplyBtn('mqtt2')
+
diff --git a/HTML/system.html b/HTML/system.html
index d16d3c6..3e26f2d 100644
--- a/HTML/system.html
+++ b/HTML/system.html
@@ -46,7 +46,8 @@
PrintInt('Auto update check period','otaint','~otaint~',1,65534);
- |
+
| Current firmware version: | ? |
| Available firmware version: | ? |
@@ -62,6 +63,12 @@