Browse Source

Add RFBRIDGE code to full webUI image (#1157)

ech1560
Xose Pérez 6 years ago
parent
commit
3bad3428bb
3 changed files with 3097 additions and 3053 deletions
  1. BIN
      code/espurna/data/index.all.html.gz
  2. +3096
    -3052
      code/espurna/static/index.all.html.gz.h
  3. +1
    -1
      code/gulpfile.js

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


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


+ 1
- 1
code/gulpfile.js View File

@ -115,7 +115,7 @@ var buildWebUI = function(module) {
if ('all' === module) {
modules['light'] = true;
modules['sensor'] = true;
modules['rfbridge'] = false; // we will never be adding this except when building RFBRIDGE
modules['rfbridge'] = true;
modules['rfm69'] = false; // we will never be adding this except when building RFM69GW
} else if ('small' !== module) {
modules[module] = true;


Loading…
Cancel
Save