Commit 69e7efeb authored by Eric Duminil's avatar Eric Duminil
Browse files

Longer commands are allowed, e.g. for SSID

parent 735f3923
Pipeline #5922 passed with stage
in 2 minutes and 25 seconds
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
namespace sensor_console { namespace sensor_console {
const uint8_t MAX_COMMANDS = 26; const uint8_t MAX_COMMANDS = 26;
//TODO: Check if it's really needed? Is it including parameter??? //TODO: Check if it's really needed? Is it including parameter???
const uint8_t MAX_COMMAND_SIZE = 20; // Should be enough for "set_time 1618829570\n" const uint8_t MAX_COMMAND_SIZE = 40;
uint8_t commands_count = 0; 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