-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
[Feature Request] sdkconfig: "Print registers and reboot after delay" would be useful (IDFGH-7947) #9462
Comments
Bump. A |
@ESP-Marius, @igrr, @Alvin1Zhang Just want to make sure 1 person sees this. |
Hi @chipweinberger, Have you checked this example demonstrating how to set up builds for multiple configurations (development/production)? https://github.com/espressif/esp-idf/blob/master/examples/build_system/cmake/multi_config/README.md |
Thanks for your input Ivan, as always. That is a useful page, for now =) My Use case: For Beta testing, reboot after delay is most ideal. A beta device may need to be debugged "live", but must still reboot automatically. |
merged into master. |
A
CONFIG_ESP_SYSTEM_PANIC_PRINT_DELAY_REBOOT
option would be usable for both development & production, and would be most ideal for Beta testing phase.We need a middle approach, "print & delay & reboot, with a configurable delay. e.g. 6 seconds.
Thanks for your consideration.
The text was updated successfully, but these errors were encountered: