summaryrefslogtreecommitdiff
path: root/wakeup.lua
AgeCommit message (Collapse)Author
2024-01-22Tweaked wake-up logic itself, repeatitions and sleepHEADmasterAki
Timeout vs counter still hate themselves. When assigned five packets, it sends four, when assigned five ticks it waits five (for now). Or the other way around... I can't count today anymore.
2024-01-22Implemented deep sleep that does not work currentlyAki
Doesn't seem to react to rstime.dsleep with RST connected to GPIO16
2024-01-22Use a state machine to perform preparation and wakeupsAki
2024-01-15Implemented naive schedulingAki
2024-01-14Config is now stored as wakeup module prototypeAki