소스 검색

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.