GPIO shuts down at a specific time range in the night #307
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
GPIO shuts down around 00:30 in the morning, not sure if its the exact time but around then. This results in the print failing as my GPIO is set up to turn the printer on or off. This also happens at the same time to my second GPIO for an LED ring. This does not happen every day, however
To Reproduce
Steps to reproduce the behavior:
Expected behavior
GPIO stays on at all times unless I tell it to turn off.
Additional context
Remove the gpio and create it again...
On Fri, Apr 3, 2020 at 4:19 AM Daniel Ko notifications@github.com wrote: