diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-11-11 11:32:03 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-11-11 11:32:03 -0500 |
commit | e7877172a34a03d2e0ec5215256e0f446a3771d2 (patch) | |
tree | 4b1f9e9c0a09f347fd604dc8988a638b8b1f8d2e | |
parent | 8a69097e700550e06510d8970c986db122b2009a (diff) | |
download | pablotron.org-e7877172a34a03d2e0ec5215256e0f446a3771d2.tar.bz2 pablotron.org-e7877172a34a03d2e0ec5215256e0f446a3771d2.zip |
TODO.md: mark pico w as done
-rw-r--r-- | TODO.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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>) |