Fixed packet queue and flow control bug, updated precompiled firmware to v1.09
This commit is contained in:
parent
f8a2cb8a05
commit
7c96c093ce
3 changed files with 1420 additions and 1468 deletions
|
|
@ -57,6 +57,6 @@
|
|||
bool SERIAL_READING = false;
|
||||
uint8_t command = CMD_UNKNOWN;
|
||||
uint32_t last_serial_read = 0;
|
||||
uint32_t serial_read_timeout_ms = 2;
|
||||
uint32_t serial_read_timeout_ms = 60;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue