more informative update process display
This commit is contained in:
parent
a87ab81e79
commit
13c7f5d1db
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
PrintInt('Auto update check period','otaint','~otaint~',1,65534);
|
||||
</script></table>
|
||||
<table class='cntr'><tr><td align="center">Update firmware URL:</td></tr></table>
|
||||
<table class='cntr'><tr><td><textarea type="text" raws="5" name='otaurl' title="64 символа" ">~otaurl~</textarea></td></tr>
|
||||
<table class='cntr'><tr><td><textarea type="text" raws="5" name='otaurl' title="128 символа" ">~otaurl~</textarea></td></tr>
|
||||
</table><table class='cntr'>
|
||||
<tr><td class='rl lab'>Current firmware version:</td><td><span id='fvr'>?</span></td></tr>
|
||||
<tr><td class='rl lab'>Available firmware version:</td><td><span id='afvr'>?</span></td></tr>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit a7340c1a35cb1761827cc6648e9f170fa8a909df
|
||||
Subproject commit 111839f329061fbcd4cf78a97c1e0b8d6ba94c05
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user