-
Notifications
You must be signed in to change notification settings - Fork 43
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
Clarify save_settings #23
Comments
The offset is saved with save_settings and will be used on reboot. The get settings button will get the current settings, it is still missing to parse that answer and set it in the input fields to "remember" it. A sync is done every 500 periods, so on reboot it needs to be fired manualy to get a quick sync |
could we foresee an option to do a sync after reboot? |
It was there but i removed it for development. Its simple to add again :) |
ups, sorry…
kai
… Am 16.04.2021 um 14:50 schrieb atc1441 ***@***.***>:
It was there but i removed it for development. Its simple to add again :)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
You can set this value E-Paper_Pricetags/Custom_PriceTag_AccesPoint/ESP32_Async_PlatformIO/RFV3/mode_idle.h Line 45 in 9d5d92b
To 490 and it will resync on reboot :) |
Is there a reason why we don't do this by default? |
Because if an activation is wanted to perform directly after reboot it can get problematic. The displays already received an wakeup cmd then and will not listen to the activation cmd anymore. Thats what i meant i removed it for development, it is "activated" again and the esp32 is running for a while it makes no difference anymore |
If one uses "Set base freq offset" and clicks on "save_settings", is this setting then automatically applied after a reboot of the ESP32 or does one need to click "get settings" in order to load it? I am asking because after a reboot the web page does not seem to have "remembered" the settings.
Also, does one have to cleick "Do sync" after a reboot or does it do the sync (using the settings) automatically?
The text was updated successfully, but these errors were encountered: