bruhautomation / ESP-MQTT-JSON-Multisensor

(OBSOLETE) ESP MQTT JSON Multisensor for Home Assistant. Supported sensors include the TEMT6000 light, AM312 PIR, DHT22 temperature/humidity sensors. RGB led supports flash, fade, and transition. Over-The-Air (OTA) uploading, too!
https://youtu.be/jpjfVc-9IrQ
Apache License 2.0
340 stars 152 forks source link

Change pins for more stable performance #64

Closed Rudertier closed 11 months ago

Rudertier commented 5 years ago

If some pins (D3, D4, D8) of the NodeMCU board are pulled low during boot the boot mode will be altered and prevent the board from booting normaly. As for me some reboots occurred this lead to inactivity of the board. Changing the pins, avoiding the crucial ones prevents this from happening.

Cheers