Skip to content
Snippets Groups Projects
Commit fec09a9c authored by Robin Mueller's avatar Robin Mueller
Browse files

serial timeout reduced significantly

parent 55c40fc6
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ G_MAX_BINARY_FRAME_LENGTH = 1000
G_COM_IF = 2
# COM Port for serial communication
G_COM_PORT = 'COM0'
G_SERIAL_TIMEOUT = 0.5
G_SERIAL_TIMEOUT = 0.01
G_SERIAL_BAUDRATE = 230400
G_SERIAL_FRAME_SIZE = 256
# Time related
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment