diff --git a/HTML/res/styles.css b/HTML/res/styles.css
index 5159eae..6e49e97 100644
--- a/HTML/res/styles.css
+++ b/HTML/res/styles.css
@@ -370,6 +370,17 @@ input[type="radio"] { margin-top: -1px; vertical-align: middle;}
display:none;
}
-
+.clerr {
+ color:#b00000;
+ font-weight:bold;
+}
+.clwarn {
+ color:#b0b000;
+ font-weight:bold;
+}
+.clok {
+ color:#00b000;
+ font-weight:bold;
+}
diff --git a/HTML/system.html b/HTML/system.html
index 6582f8a..dcd0cad 100644
--- a/HTML/system.html
+++ b/HTML/system.html
@@ -46,7 +46,7 @@
PrintInt('Auto update check period','otaint','~otaint~',1,65534);
- |
+
| Current firmware version: | ? |
| Available firmware version: | ? |
diff --git a/components/webguiapp b/components/webguiapp
index a7340c1..111839f 160000
--- a/components/webguiapp
+++ b/components/webguiapp
@@ -1 +1 @@
-Subproject commit a7340c1a35cb1761827cc6648e9f170fa8a909df
+Subproject commit 111839f329061fbcd4cf78a97c1e0b8d6ba94c05
diff --git a/sdkconfig b/sdkconfig
index aa4eaf6..43c7de2 100644
--- a/sdkconfig
+++ b/sdkconfig
@@ -32,7 +32,7 @@ CONFIG_APP_COMPILE_TIME_DATE=y
# CONFIG_APP_EXCLUDE_PROJECT_VER_VAR is not set
# CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR is not set
CONFIG_APP_PROJECT_VER_FROM_CONFIG=y
-CONFIG_APP_PROJECT_VER="0.0.0.6"
+CONFIG_APP_PROJECT_VER="0.0.0.12"
CONFIG_APP_RETRIEVE_LEN_ELF_SHA=16
# end of Application manager
diff --git a/sdkconfig.old b/sdkconfig.old
index 630c504..2579bda 100644
--- a/sdkconfig.old
+++ b/sdkconfig.old
@@ -32,7 +32,7 @@ CONFIG_APP_COMPILE_TIME_DATE=y
# CONFIG_APP_EXCLUDE_PROJECT_VER_VAR is not set
# CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR is not set
CONFIG_APP_PROJECT_VER_FROM_CONFIG=y
-CONFIG_APP_PROJECT_VER="0.0.0.5"
+CONFIG_APP_PROJECT_VER="0.0.0.11"
CONFIG_APP_RETRIEVE_LEN_ELF_SHA=16
# end of Application manager