diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-18 19:29:05 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-18 19:29:05 +0200 |
commit | cc9b3beb1e82449e34dc3d7052395607fe12b47f (patch) | |
tree | f16258fd34abc8bda8ba9c491cd3552381a0fbe8 /client/readme.md | |
parent | 752dca0a41581282498ccb0d3e2aedb15181e4a8 (diff) |
WIP puzzle module <-> main controller <-> client communication
Diffstat (limited to 'client/readme.md')
-rw-r--r-- | client/readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/readme.md b/client/readme.md index da48cf1..fcde40d 100644 --- a/client/readme.md +++ b/client/readme.md @@ -45,3 +45,8 @@ send 0x39 68:65:6c:6c:6f 44 0x20 'world' 33 The data is concatenated, and may contain mixed types of literals +## known bugs (TODO) + +- tab completion for `dump` seems to print garbage sometimes +- the send command with an address but no data causes a segmentation fault + |