aboutsummaryrefslogtreecommitdiff
path: root/stm32f091/todo.md
diff options
context:
space:
mode:
Diffstat (limited to 'stm32f091/todo.md')
-rw-r--r--stm32f091/todo.md10
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
+ ```