-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The temp settings dont want to remember #19
Comments
yes, i got the same problem |
This part causes it at line 612 in Thermostat() function:
When user finishes setting up things, and exists to main screen, then update_EEPROM() is called, which saves everything correctly. Even DefaultTemp too! I don't know why this part is even here. What is the intended reason of it? |
Update: now I get it what is the reason of this part: When the user changes temp with Plus and Minus buttons, it is stored as Deafult temp, which shifts the Boost temp too. |
…temperature Setting -> Temperature -> use last temp Checkbox controls if last used work temperature should be saved in NVS and restored on power on. If disabled (default) then work temperature from settings will be used on power on. If enabled, then each time work temp is changed, it will be saved/restored later ref issue: Eddddddddy/Songguo-PTS200#19
The temp settings dont want to remember. I set the 350 degrees, then Return. And nothing - the temperature settings as default...
The text was updated successfully, but these errors were encountered: