From b0767682cca44dd405503b84feec789c2c921b8e Mon Sep 17 00:00:00 2001 From: andreask Date: Sat, 27 Jun 2020 13:50:10 +0200 Subject: [PATCH] debug blink removed --- Firmware/src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Firmware/src/main.cpp b/Firmware/src/main.cpp index 31e82bd..3d9b6a3 100644 --- a/Firmware/src/main.cpp +++ b/Firmware/src/main.cpp @@ -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