diff --git a/ampel-firmware/sensor_console.cpp b/ampel-firmware/sensor_console.cpp
index 95b28cd4490fed664f8ac8b9662aedbbf0e6ede6..309106f19deb57c254a6f88747b605ee80aa2886 100644
--- a/ampel-firmware/sensor_console.cpp
+++ b/ampel-firmware/sensor_console.cpp
@@ -3,7 +3,7 @@
 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 = 20; // Should be enough for "set_time 1618829570\n"
+  const uint8_t MAX_COMMAND_SIZE = 40;
 
   uint8_t commands_count = 0;