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

Too many commands. :)

parent d1200037
Pipeline #5788 passed with stage
in 2 minutes and 26 seconds
#include "sensor_console.h"
namespace sensor_console {
const uint8_t MAX_COMMANDS = 20;
const uint8_t MAX_COMMAND_SIZE = 30;
const uint8_t MAX_COMMANDS = 22;
const uint8_t MAX_COMMAND_SIZE = 20; // Should be enough for "set_time 1618829570\n"
uint8_t commands_count = 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