Browse Source

Revert config changes

i18n
Xose Pérez 6 years ago
parent
commit
b73589f269
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      code/espurna/config/hardware.h
  2. +1
    -1
      code/espurna/config/sensors.h

+ 4
- 0
code/espurna/config/hardware.h View File

@ -70,6 +70,10 @@
#define MANUFACTURER "WEMOS"
#define DEVICE "D1_TARPUNA_SHIELD"
// Relays
#define RELAY1_PIN 12
#define RELAY1_TYPE RELAY_TYPE_NORMAL
// -----------------------------------------------------------------------------
// ESPurna
// -----------------------------------------------------------------------------


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

@ -399,7 +399,7 @@
//------------------------------------------------------------------------------
#ifndef SI7021_SUPPORT
#define SI7021_SUPPORT 1
#define SI7021_SUPPORT 0
#endif
#ifndef SI7021_ADDRESS


Loading…
Cancel
Save