diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-30 17:31:16 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-30 17:31:16 +0100 |
commit | fc95a016d13c1510a024888c1b87bbfe1a7f7601 (patch) | |
tree | 9b98a41d648da3e5acde0897d41cd79c11a7d1e3 /todo.md | |
parent | d629902140406ac26fa65c1a7d559e6f1798206f (diff) |
squash more todo's
Diffstat (limited to 'todo.md')
-rw-r--r-- | todo.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,9 +20,9 @@ - [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:146: // TODO: buffer overrun protection` - [x] `server.c:152:// TODO: refactor this` - [x] `server.c:165:// TODO: refactor this` - [x] `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` +- [x] `setup.c:95: // TODO: remove debug size` +- [x] `setup.c:187: .Pin = GPIO_PIN_8|GPIO_PIN_9, //TODO: use #defines in setup.h` |