mirror of https://github.com/espruino/BangleApps
Add device info element to more page (hidden by default)
parent
2c9e164a06
commit
07db0e35ac
|
@ -148,6 +148,10 @@
|
|||
</div>
|
||||
<button class="btn" id="defaultsettings">Default settings</button>
|
||||
</div>
|
||||
<div id="more-deviceinfo" style="display:none">
|
||||
<h3>Device info</h3>
|
||||
<div id="more-deviceinfo-content"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue