UnexpectedMaker / wopr

W.O.P.R. Missile Code Display
MIT License
43 stars 22 forks source link

Variables for unimplemented dim at night feature causing settings problems. #11

Open ruthsarian opened 4 months ago

ruthsarian commented 4 months ago

For the V2 code, "NGHT DIM" needs to be removed from settingsStrings[] until that feature, and it's equivalent value in the enum for settings, exists. Without the enum, when scrolling through settings, everything after SET_BRIGHT displays the wrong string on the display.

ruthsarian commented 4 months ago

created a pull request to fix this and one other issue.