Commit 86f353e8 authored by Eric Duminil's avatar Eric Duminil
Browse files

DONE

parent 7a296269
Pipeline #5955 passed with stage
in 2 minutes and 29 seconds
......@@ -2,7 +2,6 @@
namespace sensor_console {
const uint8_t MAX_COMMANDS = 26;
//TODO: Check if it's really needed? Is it including parameter???
const uint8_t MAX_COMMAND_SIZE = 40;
uint8_t commands_count = 0;
......
......@@ -44,7 +44,6 @@ namespace web_config {
"[s]").build();
//TODO: Distribute to corresponding classes, possibly with callbacks?
//TODO: Chainedparameters?
/**
* CO2 sensor
*/
......
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