aboutsummaryrefslogtreecommitdiff
path: root/stm32f091
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-28 15:18:26 +0200
committerlonkaars <loek@pipeframe.xyz>2022-10-28 15:18:34 +0200
commitee6d749c0fc2b4cd45e3cf8295aae892e0680c6c (patch)
tree9a87570bd341727a14012d67f5631eff22ce2787 /stm32f091
parentbabb6dc29a5c4af60292ffad5216317d13e2a685 (diff)
update todo
Diffstat (limited to 'stm32f091')
-rw-r--r--stm32f091/todo.md34
1 files changed, 26 insertions, 8 deletions
diff --git a/stm32f091/todo.md b/stm32f091/todo.md
index 767d745..77c37e6 100644
--- a/stm32f091/todo.md
+++ b/stm32f091/todo.md
@@ -1,10 +1,28 @@
-- handle errors from `AT+CIPSEND`, these look like this:
- ```
- > AT0,CONNECT
+# things that have to get fixed before monday
- > +IPD,0,15:last-records 5<0a>
- < AT+CIPSEND=0,125
- > AT+CIPSEND=0,125
+- [ ] more documentation in header files (for both client and stm code)
+- [ ] design/architecture document
+- [ ] more tests in the test document
+- [ ] handle errors from `AT+CIPSEND`, these look like this:
+ ```
+ > AT0,CONNECT
- > ERROR
- ```
+ > +IPD,0,15:last-records 5<0a>
+ < AT+CIPSEND=0,125
+ > AT+CIPSEND=0,125
+
+ > ERROR
+ ```
+
+## `// TODO:`'s
+
+- [ ] `sensor.c:24: return (uint8_t) temp_c; //TODO: convert with range -> util.h`
+- [ ] `sensor.c:36: return (uint8_t) humidity; //TODO: convert with range -> util.h`
+- [ ] `sensor.c:51: return (uint8_t) val; // TODO: convert with range`
+- [ ] `server.c:47:// TODO: next_few_bytes_are assumes that the complete search string is in the`
+- [ ] `server.c:146: // TODO: buffer overrun protection`
+- [ ] `server.c:152:// TODO: refactor this`
+- [ ] `server.c:165:// TODO: refactor this`
+- [ ] `server.c:174:// TODO: refactor this`
+- [ ] `setup.c:95: // TODO: remove debug size`
+- [ ] `setup.c:187: .Pin = GPIO_PIN_8|GPIO_PIN_9, //TODO: use #defines in setup.h`