aboutsummaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-30 17:22:54 +0100
committerlonkaars <loek@pipeframe.xyz>2022-10-30 17:22:54 +0100
commitd629902140406ac26fa65c1a7d559e6f1798206f (patch)
tree345bdcc0866312ec1af5480e25a205fff5bc5be2 /todo.md
parent64d742443bfacf5b1fad29f44642780b623f9a15 (diff)
add sensor range en/decoding functions
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/todo.md b/todo.md
index 5924b20..c19f3ae 100644
--- a/todo.md
+++ b/todo.md
@@ -16,9 +16,9 @@
## `// 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`
+- [x] `sensor.c:24: return (uint8_t) temp_c; //TODO: convert with range -> util.h`
+- [x] `sensor.c:36: return (uint8_t) humidity; //TODO: convert with range -> util.h`
+- [x] `sensor.c:51: return (uint8_t) val; // TODO: convert with range`
- [x] `server.c:47:// TODO: next_few_bytes_are assumes that the complete search string is in the`
- [ ] `server.c:146: // TODO: buffer overrun protection`
- [x] `server.c:152:// TODO: refactor this`