Merge pull request #5489 from ascillato/patch-1

Hiding User Configurable Pins for SHELLY 1
This commit is contained in:
Theo Arends 2019-03-19 10:37:19 +01:00 committed by GitHub
commit 17e4f91f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1472,10 +1472,10 @@ const mytmplt kModules[MAXMODULE] PROGMEM = {
0, 0
},
{ "Shelly 1", // Shelly1 Open Source (ESP8266 - 2MB) - https://shelly.cloud/shelly1-open-source/
GPIO_USER, // GPIO00 - Only to be used when Shelly is connected to 12V DC
GPIO_USER, // GPIO01 Serial RXD - Only to be used when Shelly is connected to 12V DC
0, // GPIO00 - Can be changed to GPIO_USER, only if Shelly is powered with 12V DC
0, // GPIO01 Serial RXD - Can be changed to GPIO_USER, only if Shelly is powered with 12V DC
0,
GPIO_USER, // GPIO03 Serial TXD - Only to be used when Shelly is connected to 12V DC
0, // GPIO03 Serial TXD - Can be changed to GPIO_USER, only if Shelly is powered with 12V DC
GPIO_REL1, // GPIO04 Relay (0 = Off, 1 = On)
GPIO_SWT1_NP, // GPIO05 SW pin
// GPIO06 (SD_CLK Flash)