[BUG] Save state on power toggle #6

Open
opened 2024-05-23 01:26:27 +00:00 by jakegoodwin · 1 comment
Owner

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.

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.
jakegoodwin added the
bug
label 2024-05-23 01:26:27 +00:00
jakegoodwin self-assigned this 2024-05-23 01:26:27 +00:00
Author
Owner

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

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
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jakegoodwin/gf_002#6
No description provided.