Commit a3d0da5b authored by Eric Duminil's avatar Eric Duminil
Browse files

Removed old note

parent f0a71048
......@@ -86,7 +86,6 @@ namespace sensor {
stable_measurements++;
Serial.print(F("Number of stable measurements : "));
Serial.println(stable_measurements);
//NOTE: Hue could change from blue or red to green over 60 measurements.
waiting_color = color::green;
} else {
stable_measurements = 0;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment