diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-28 12:14:50 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-28 12:14:50 +0200 |
commit | 4cd465332087e4ab12709f28fae55df10e1a1154 (patch) | |
tree | e00f602321d589acdd6a6f2ae162c5d891902882 /stm32f091/todo.md | |
parent | f37af779bb836faa7571b7d47036f36f71319aca (diff) |
add todo.md, fixed segfault in protocol.c, and fix response sending
Diffstat (limited to 'stm32f091/todo.md')
-rw-r--r-- | stm32f091/todo.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/stm32f091/todo.md b/stm32f091/todo.md new file mode 100644 index 0000000..767d745 --- /dev/null +++ b/stm32f091/todo.md @@ -0,0 +1,10 @@ +- handle errors from `AT+CIPSEND`, these look like this: + ``` + > AT0,CONNECT + + > +IPD,0,15:last-records 5<0a> + < AT+CIPSEND=0,125 + > AT+CIPSEND=0,125 + + > ERROR + ``` |