bazmonk / digigurdy-baz

DigiGurdy Teensy Code
MIT License
15 stars 10 forks source link

LED doesn't use default after clearing EEPROM without additional restart #93

Closed bazmonk closed 1 year ago

bazmonk commented 1 year ago

Courtesy of John...

EEPROM values are read in setup() prior to possibly clearing the EEPROM upon startup. EX values are re-read in case EEPROM was cleared... but I forgot about the LED on/off. LED works as expected after an additional restart.

bazmonk commented 1 year ago

Done! Tested. It's in the code and will be in the rc2 build that I'll make tonight.