[BUG] Save state on power toggle #6
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jakegoodwin/gf_002#6
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
When toggling the power of the ATtiny13A the leds should blink to indicate the saved changes. Upon testing it I have found it's not doing so.
I think some of the recent changes must have busted/broken this feature.
Found that the blink delay seems to be part of the issue. Setting the delay from 200 --> 20 seems to help a ton need to go through the code and figure out why the delay function is doing 200S instead of 200mS