kakopappa / sinric

Amazon Alexa Smart home skill / Google Home Action for ESP8266 / ESP32 / Arduino
https://sinric.com
285 stars 166 forks source link

The Output Pins are set to HIGH as soon as ESP8266 is connected to Sinric Service #443

Closed sanxchep closed 3 years ago

sanxchep commented 3 years ago

Hi so I've been experimenting with relays and I've done everything and its running all fine except where as soon as the NodeMCU is connected to Sinric service, All the pins which are used are set to high, Is there anyway to change this?

sanxchep commented 3 years ago

Nvm I initialised the pins as HIGH in Setup and it fixes