mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
0.8.123
* show device name in html title #1639 * update AsyncWebserver library to `3.2.2`
This commit is contained in:
parent
21416d1efd
commit
64ee494a06
11 changed files with 31 additions and 17 deletions
|
@ -15,9 +15,10 @@
|
|||
{#HTML_FOOTER}
|
||||
<script type="text/javascript">
|
||||
function parseGeneric(obj) {
|
||||
parseNav(obj);
|
||||
parseESP(obj);
|
||||
parseRssi(obj);
|
||||
parseNav(obj)
|
||||
parseESP(obj)
|
||||
parseRssi(obj)
|
||||
parseTitle(obj)
|
||||
}
|
||||
|
||||
function parseSysInfo(obj) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue