Consolidate unfinished tasks and update documentation

This commit is contained in:
2024-10-02 06:12:19 +02:00
parent 8d94bd87a2
commit 481bf3aa70
8 changed files with 58 additions and 34 deletions

View File

@@ -6,11 +6,6 @@
#define CMD_MAX_LEN 128
// TODO: Write documentation.
// TODO: Reset command buffer on timeout.
// TODO: Test with different RXBUF sizes.
// TODO: Add commands update, start and stop.
static char cmdbuf[CMD_MAX_LEN + 1];
static char *tail = cmdbuf + CMD_MAX_LEN;
static char *head = cmdbuf;