negative pin init hung fixed, homie nodes list submittind removed (unstable if long list)

This commit is contained in:
2019-03-10 00:42:43 +03:00
parent cbe5980766
commit 02fd5078c9
2 changed files with 6 additions and 5 deletions

View File

@@ -86,7 +86,7 @@ int owSetup(owChangedType owCh) {
//// todo - move memory allocation to here
if (net) return true; // Already initialized
#ifdef DS2482_100_I2C_TO_1W_BRIDGE
debugSerial<<F("DS2482_100_I2C_TO_1W_BRIDGE init");
debugSerial<<F("DS2482_100_I2C_TO_1W_BRIDGE init")<<endl;
net = new OneWire;
#else
debugSerial.print(F("One wire setup on PIN:"));