Commit 3362af87 authored by Eric Duminil's avatar Eric Duminil
Browse files

One dependency fewer

parent bf874906
...@@ -124,7 +124,6 @@ namespace sensor_console { ...@@ -124,7 +124,6 @@ namespace sensor_console {
Serial.print(commands[i].doc); Serial.print(commands[i].doc);
Serial.println("."); Serial.println(".");
} }
led_effects::showKITTWheel(color::red, 1);
} }
/* /*
......
#include <Arduino.h> #include <Arduino.h>
#include "led_effects.h"
/** Other scripts can use this namespace, in order to define commands, via callbacks. /** Other scripts can use this namespace, in order to define commands, via callbacks.
* Those callbacks can then be used to send commands to the sensor (reset, calibrate, night mode, ...) * Those callbacks can then be used to send commands to the sensor (reset, calibrate, night mode, ...)
......
Supports Markdown
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