Random reboots and settings wiped after firmware update

  • There are generally two possible causes for random restarts: one is a program crash during runtime that triggers the watchdog and causes a restart; the other is unstable power supply during operation. You can check whether the screen was still responsive (e.g., could be swiped or interacted with) before the restart. If the issue is caused by a program crash, please describe the usage scenario, and we will attempt to reproduce the problem you encountered and fix it.

    As for configuration loss, this occurred because the previous OTA implementation would delete the old configuration before each update to ensure that the new configuration could be loaded correctly, preventing potential incompatibility issues. A configuration inheritance feature has now been introduced. Starting from AppVersion 0.1.3, updates will attempt to preserve and inherit the existing configuration.