CrazyIvan359 / mqttany

MQTTany is designed to make it easy to connect hardware on single board computers to your home automation solution.
https://crazyivan359.github.io/mqttany/index.html
MIT License
6 stars 6 forks source link

OneWire conflicting with GPIO #155

Open CrazyIvan359 opened 1 year ago

CrazyIvan359 commented 1 year ago

Describe the bug

GPIO module reports that GPIO4 is being used by OneWire despite it being disabled. More information in #148

Expected behavior

GPIO4 should be available when OneWire is disabled

Environment