fix for software 1-wire driver

This commit is contained in:
2020-05-09 04:03:21 +03:00
parent d4536e403c
commit 6277a44b1d
4 changed files with 46 additions and 14 deletions

View File

@@ -1489,9 +1489,9 @@ void setup_main() {
delay(20);
//owReady = 0;
#ifdef _owire
if (oneWire) oneWire->idle(&owIdle);
#endif
#ifdef _owire
setupOwIdle(&owIdle);
#endif
mqttClient.setCallback(mqttCallback);