mirror of
https://github.com/anklimov/lighthub
synced 2025-12-09 05:09:49 +03:00
DeviceID based default MAC for DUE, fix for artnet hungs w/o LAN fixed
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user