Browse Source

working sample (WEMOS_D1_MINI_RELAYSHIELD)

i18n
Stefano Cotterli 6 years ago
parent
commit
d056127079
4 changed files with 3093 additions and 3060 deletions
  1. +1
    -1
      code/espurna/config/arduino.h
  2. +5
    -0
      code/espurna/config/general.h
  3. BIN
      code/espurna/data/index.html.gz
  4. +3087
    -3059
      code/espurna/static/index.html.gz.h

+ 1
- 1
code/espurna/config/arduino.h View File

@ -8,7 +8,7 @@
//--------------------------------------------------------------------------------
//#define NODEMCU_LOLIN
//#define WEMOS_D1_MINI_RELAYSHIELD
#define WEMOS_D1_MINI_RELAYSHIELD
//#define TINKERMAN_ESPURNA_H06
//#define TINKERMAN_ESPURNA_H08
//#define ITEAD_SONOFF_BASIC


+ 5
- 0
code/espurna/config/general.h View File

@ -760,3 +760,8 @@ PROGMEM const char* const custom_reset_string[] = {
#define RF_CHANNEL 31
#define RF_DEVICE 1
#define SCHEDULER_SUPPORT 1
#define SCH_UPDATE_INTERVAL 30000
#define MAX_SCHEDULED 10

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


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


Loading…
Cancel
Save