Commit 5b65ba08 authored by Eric Duminil's avatar Eric Duminil
Browse files

TODOs

parent 306008d8
...@@ -109,6 +109,7 @@ namespace sensor { ...@@ -109,6 +109,7 @@ namespace sensor {
Serial.println("Sensor calibrated."); Serial.println("Sensor calibrated.");
Serial.println("Sensor will now restart."); Serial.println("Sensor will now restart.");
LedEffects::showKITTWheel(color::green, 5); LedEffects::showKITTWheel(color::green, 5);
//TODO: Add LEDs off and move to util::reset()
FS_LIB.end(); FS_LIB.end();
ESP.restart(); ESP.restart();
} }
......
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