Browse Source

fix #146

v0.5.8
pull/147/head
lumapu 2 years ago
parent
commit
2f88fea229
  1. 2
      tools/esp8266/defines.h
  2. 2
      tools/esp8266/html/h/setup_html.h
  3. 2
      tools/esp8266/html/setup.html

2
tools/esp8266/defines.h

@ -21,7 +21,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 5
#define VERSION_PATCH 7
#define VERSION_PATCH 8
//-------------------------------------

2
tools/esp8266/html/h/setup_html.h

File diff suppressed because one or more lines are too long

2
tools/esp8266/html/setup.html

@ -54,11 +54,11 @@
<div id="content">
<a class="erase" href="/erase">ERASE SETTINGS (not WiFi)</a>
<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…
Cancel
Save