DeviceID based default MAC for DUE, fix for artnet hungs w/o LAN fixed

This commit is contained in:
2019-02-09 12:51:34 +03:00
parent 064ef6f007
commit ecb11ce3a5
2 changed files with 10 additions and 5 deletions

View File

@@ -153,7 +153,6 @@ int sensors_loop(void) {
case 0x28: // Thermomerer
t = sensors->getTempC(term[si]);//*10.0;
//Serial.println("o");
if (owChanged) owChanged(si, term[si], t);
sensors->requestTemperaturesByAddress(term[si]);
si++;