Browse Source

v1.1 update

rfm69
Pavel Slama 6 years ago
parent
commit
c663e6ff29
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      code/espurna/config/hardware.h

+ 7
- 1
code/espurna/config/hardware.h View File

@ -1965,7 +1965,7 @@
#define RELAY2_TYPE RELAY_TYPE_NORMAL #define RELAY2_TYPE RELAY_TYPE_NORMAL
// LEDs // LEDs
#define LED1_PIN 16
#define LED1_PIN 15
#define LED1_PIN_INVERSE 0 #define LED1_PIN_INVERSE 0
#define I2C_SDA_PIN 12 #define I2C_SDA_PIN 12
@ -1981,6 +1981,12 @@
#endif #endif
#define RF_PIN 14 #define RF_PIN 14
#ifndef DIGITAL_SUPPORT
#define DIGITAL_SUPPORT 1
#endif
#define DIGITAL_PIN 16
#define DIGITAL_PIN_MODE INPUT
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// Heltec Touch Relay // Heltec Touch Relay
// https://www.aliexpress.com/wholesale?catId=0&initiative_id=SB_20180408043114&SearchText=esp8266+touch+relay // https://www.aliexpress.com/wholesale?catId=0&initiative_id=SB_20180408043114&SearchText=esp8266+touch+relay


Loading…
Cancel
Save