This commit is contained in:
zogodo
2022-03-10 01:04:35 +08:00
parent 1a1270f337
commit 133be04edf
2 changed files with 2 additions and 2 deletions

View File

@@ -401,7 +401,7 @@
<div class="mdl-card__supporting-text"> <div class="mdl-card__supporting-text">
<form action="#"> <form action="#">
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label"> <div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<input class="mdl-textfield__input" type="text" id="ota_url" value="http://yuntong.icu/ztc1/tc1-v2.1.1-ota.bin"> <input class="mdl-textfield__input" type="text" id="ota_url" value="http://yuntong.icu/ztc1/tc1-v2.1.5-ota.bin">
<label class="mdl-textfield__label" for="ota_url">OTA 地址</label> <label class="mdl-textfield__label" for="ota_url">OTA 地址</label>
</div> </div>
</form> </form>

View File

@@ -35,12 +35,12 @@ b SetLogRecord
commands 1 commands 1
silent silent
p log p log
p \n
c c
end end
set height 0 set height 0
c c
b application_start
``` ```