Browse Source

Fix webUI image include for RFBridge

rfm69
Xose Pérez 6 years ago
parent
commit
c52df1d102
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/web.ino

+ 1
- 1
code/espurna/web.ino View File

@ -21,7 +21,7 @@ Copyright (C) 2016-2018 by Xose Pérez <xose dot perez at gmail dot com>
#include "static/index.light.html.gz.h"
#elif SENSOR_SUPPORT
#include "static/index.sensor.html.gz.h"
#elif ITEAD_SONOFF_RFBRIDGE
#elif defined(ITEAD_SONOFF_RFBRIDGE)
#include "static/index.rfbridge.html.gz.h"
#else
#include "static/index.small.html.gz.h"


Loading…
Cancel
Save