summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-21Added makefile to handle subsequent transfers fasterAki
2024-01-15Implemented naive schedulingAki
2024-01-14Config is now stored as wakeup module prototypeAki
2024-01-13Added .venv/ directory to gitignore in case it's easier to install nodemcu ↵Aki
utils with pip
2024-01-13Wakeups can now be called arbitrary number of timesAki
Most of the state has been refactored into wakeup module in attempt to reduce impact on the elua. Sendout timer closure still has two upvalues.
2024-01-13Implemented enough to wake up a sleepy server by connecting nodemcu to dc powerAki