mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-07-24 07:20:41 -04:00
Reworked queue and buffering
This commit is contained in:
parent
417f39d02a
commit
163c6b021f
4 changed files with 290 additions and 134 deletions
|
@ -55,9 +55,6 @@
|
|||
size_t frame_len;
|
||||
bool IN_FRAME = false;
|
||||
bool ESCAPE = false;
|
||||
bool SERIAL_READING = false;
|
||||
uint8_t command = CMD_UNKNOWN;
|
||||
uint32_t last_serial_read = 0;
|
||||
uint32_t serial_read_timeout_ms = 60;
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue