mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-03 12:15:54 +02:00
parent
aca98b6911
commit
2f88fea229
3 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
|||
//-------------------------------------
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 5
|
||||
#define VERSION_PATCH 7
|
||||
#define VERSION_PATCH 8
|
||||
|
||||
|
||||
//-------------------------------------
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -54,11 +54,11 @@
|
|||
<div id="content">
|
||||
<a class="erase" href="/erase">ERASE SETTINGS (not WiFi)</a>
|
||||
|
||||
<p class="des">Device Host Name</p>
|
||||
<form method="post" action="{IP}/save">
|
||||
<p class="des">Device Host Name</p>
|
||||
<label for="device">Device Name</label>
|
||||
<input type="text" class="text" name="device" value="{DEVICE}"/>
|
||||
|
||||
<form method="post" action="{IP}/save">
|
||||
<button type="button" class="s_collapsible">WiFi</button>
|
||||
<div class="s_content">
|
||||
<fieldset>
|
||||
|
|
Loading…
Add table
Reference in a new issue