Browse Source

Add note on WiFi tab about hostname (#1555)

sensors
Xose Pérez 5 years ago
parent
commit
c824d861cf
13 changed files with 15006 additions and 14995 deletions
  1. BIN
      code/espurna/data/index.all.html.gz
  2. BIN
      code/espurna/data/index.light.html.gz
  3. BIN
      code/espurna/data/index.rfbridge.html.gz
  4. BIN
      code/espurna/data/index.rfm69.html.gz
  5. BIN
      code/espurna/data/index.sensor.html.gz
  6. BIN
      code/espurna/data/index.small.html.gz
  7. +658
    -657
      code/espurna/static/index.all.html.gz.h
  8. +3001
    -3000
      code/espurna/static/index.light.html.gz.h
  9. +2032
    -2031
      code/espurna/static/index.rfbridge.html.gz.h
  10. +4080
    -4079
      code/espurna/static/index.rfm69.html.gz.h
  11. +2668
    -2667
      code/espurna/static/index.sensor.html.gz.h
  12. +2562
    -2561
      code/espurna/static/index.small.html.gz.h
  13. +5
    -0
      code/html/index.html

BIN
code/espurna/data/index.all.html.gz View File


BIN
code/espurna/data/index.light.html.gz View File


BIN
code/espurna/data/index.rfbridge.html.gz View File


BIN
code/espurna/data/index.rfm69.html.gz View File


BIN
code/espurna/data/index.sensor.html.gz View File


BIN
code/espurna/data/index.small.html.gz View File


+ 658
- 657
code/espurna/static/index.all.html.gz.h
File diff suppressed because it is too large
View File


+ 3001
- 3000
code/espurna/static/index.light.html.gz.h
File diff suppressed because it is too large
View File


+ 2032
- 2031
code/espurna/static/index.rfbridge.html.gz.h
File diff suppressed because it is too large
View File


+ 4080
- 4079
code/espurna/static/index.rfm69.html.gz.h
File diff suppressed because it is too large
View File


+ 2668
- 2667
code/espurna/static/index.sensor.html.gz.h
File diff suppressed because it is too large
View File


+ 2562
- 2561
code/espurna/static/index.small.html.gz.h
File diff suppressed because it is too large
View File


+ 5
- 0
code/html/index.html View File

@ -686,6 +686,11 @@
<legend>General</legend>
<div class="pure-g">
<div class="pure-u-1 pure-u-lg-1-4"></div>
<div class="pure-u-1 pure-u-lg-3-4 hint">Device hostname can be configured on the GENERAL tab.</div>
</div>
<div class="pure-g">
<label class="pure-u-1 pure-u-lg-1-4">Scan networks</label>
<div class="pure-u-1 pure-u-lg-1-4"><input type="checkbox" name="wifiScan" tabindex="1" /></div>


Loading…
Cancel
Save