You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally reported by: Marek Forkasiewicz (Bitbucket: fork04, GitHub: fork04)
When Wemos relay shield is connected D1 is used for relay, so I2C must be remapped to other pins. I used and works well:
#define I2C_SDA_PIN D6
#define I2C_SCL_PIN D5
The text was updated successfully, but these errors were encountered:
Originally reported by: Marek Forkasiewicz (Bitbucket: fork04, GitHub: fork04)
When Wemos relay shield is connected D1 is used for relay, so I2C must be remapped to other pins. I used and works well:
#define I2C_SDA_PIN D6
#define I2C_SCL_PIN D5
The text was updated successfully, but these errors were encountered: