浏览代码

Add a TODO

Baglio Tabifata 4 年之前
父节点
当前提交
dce153a56c
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      TODO.md

+ 5 - 0
TODO.md

@@ -0,0 +1,5 @@
+# TODO List
+## Board <-> PC communication
+- Make the reading of command responses more robust:
+    - DuPALManager.readResponse
+        - Build a buffer where the response is accumulated until a character that signifies "end of response" (']') is received.