Skip to content
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

Logging changes don't persist across restarts #119

Closed
tincanpete opened this issue Dec 31, 2024 · 4 comments
Closed

Logging changes don't persist across restarts #119

tincanpete opened this issue Dec 31, 2024 · 4 comments

Comments

@tincanpete
Copy link

Hi, while experimenting with both 1.5.0 and 1.5.1 trying to resolve #115 , I have noticed another issue.

Changing the following options in the UI:

  • enable serial port
  • enable telnet
  • Log level
  • and possibly others, I haven't tested

The options save OK and if the page is refreshed, the new values are shown.

However, when the board is restarted, the have gone back to the original, earlier values.

I wonder if this issue is related to #116 possibly since that one was also reporting "newly set temperature is not saved after it is changed in UI".

Thanks
Pete

@Laxilef
Copy link
Owner

Laxilef commented Dec 31, 2024

Hi,

However, when the board is restarted, the have gone back to the original, earlier values.

How long after saving do you restart the ESP and how?
Settings are saved in EEPROM no more than once every 60 seconds.

@tincanpete
Copy link
Author

Oh that's interesting, no I wasn't waiting that long. I was trying to re-enable Telnet when I discovered the issue which says it needs a restart, so did that right away. Restart by disconnect USB power and reconnect. I'll try again after waiting and will let you know if the issue can be closed. Thanks!

@Laxilef
Copy link
Owner

Laxilef commented Dec 31, 2024

You can restart the ESP with a button from the web, then the settings will be saved before restarting

@tincanpete
Copy link
Author

OK there's no issue here after all, I've tested as you suggest and everything is saved OK. Thanks for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants