aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/TODO.md b/TODO.md
index af0b6be..99c7089 100644
--- a/TODO.md
+++ b/TODO.md
@@ -247,13 +247,6 @@ this stuff may not make any sense.
- systemd hardening
- heat pump (pictures/heat-pump-20220930)
- <https://insideevs.com/news/509767/tesla-model3-control-arm-fix/>
-- pico w
- (temperature sensor sucks)
- (micropython is great)
- (flashing is easy)
- (led toggling, wifi)
- (looking at building outdoor sensor and submitting to weather.gov
- cwop, see <https://madis.noaa.gov/madis_cwop.shtml>)
- `curl|bash` is madness
- dominion data scraping
data = ['MinTemp30', 'MaxTemp30', 'Usage30'].reduce((r, k) => (r[k] = JSON.parse(document.getElementById(`hf${k}`).value).map(row => ({time: row[0], val: row[1]})), r), {})
@@ -380,3 +373,10 @@ this stuff may not make any sense.
(alternative, render mathjax as SVG via CLI) (this is what i'm doing,
with mathyd)
- solar (pmdn.org/solar)
+- pico w
+ (temperature sensor sucks)
+ (micropython is great)
+ (flashing is easy)
+ (led toggling, wifi)
+ (looking at building outdoor sensor and submitting to weather.gov
+ cwop, see <https://madis.noaa.gov/madis_cwop.shtml>)