debug blink removed

This commit is contained in:
andreask 2020-06-27 13:50:10 +02:00
parent 52858f8d18
commit b0767682cc
1 changed files with 0 additions and 1 deletions

View File

@ -377,7 +377,6 @@ void loop()
sensors.begin(); //start up temp sensor
delay(100);
data.count = sensors.getDeviceCount();
blink(data.count);
sensors.requestTemperatures(); // Get the temperature
data.temp1=(sensors.getTempCByIndex(0)*100); // Read first sensor and convert to integer
//Fixme , add more dynamic code