aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2022-11-11 11:32:03 -0500
committerPaul Duncan <pabs@pablotron.org>2022-11-11 11:32:03 -0500
commite7877172a34a03d2e0ec5215256e0f446a3771d2 (patch)
tree4b1f9e9c0a09f347fd604dc8988a638b8b1f8d2e /TODO.md
parent8a69097e700550e06510d8970c986db122b2009a (diff)
downloadpablotron.org-e7877172a34a03d2e0ec5215256e0f446a3771d2.tar.bz2
pablotron.org-e7877172a34a03d2e0ec5215256e0f446a3771d2.zip
TODO.md: mark pico w as done
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>)