Change of units

Thanks @treepleks
This commit is contained in:
Luc 2016-01-19 15:48:13 +08:00
parent e1df5d8160
commit 79d632f544

View File

@ -2,8 +2,8 @@ $INCLUDE[header.inc]$
<div class="panel">
<div class="panel-heading">System</div>
<div class="panel-body"><label>Chip ID: </label><label class="text-info">$CHIP_ID$</label><BR>
<label>CPU Frequency: </label><label class="text-info">$CPU_FREQ$Hz</label><BR>
<label>Free Memory: </label><label class="text-info">$FREE_MEM$ octets</label><BR>
<label>CPU Frequency: </label><label class="text-info">$CPU_FREQ$ MHz</label><BR>
<label>Free Memory: </label><label class="text-info">$FREE_MEM$ bytes</label><BR>
<label>SDK Version: </label><label class="text-info">$SDK_VER$</label><BR>
<DIV style ="$HOSTNAME_VISIBLE$"><label>Hostname: </label><label class="text-info">$HOSTNAME$</label><BR></DIV>
<DIV style ="$MDNS_VISIBLE$;"><label>mDNS name: </label><label class="text-info">$MDNS_NAME$</label><BR></DIV>