We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I have updated my project to the latest version.
I had to adjust one thing in SystemStatus.cpp.
There is a missing include after the condition:
#elif CONFIG_IDF_TARGET_ESP32S2 #include "esp32/rom/rtc.h"
otherwise I get errors with root["cpu_reset_reason"] = verbosePrintResetReason(rtc_get_reset_reason(0));
root["cpu_reset_reason"] = verbosePrintResetReason(rtc_get_reset_reason(0));
The text was updated successfully, but these errors were encountered:
I haven't tested the code on the S2. Thanks for pointing these changes out. I'll get a S2 board and include that in my future tests.
Sorry, something went wrong.
I've included the suggest change into the code, however it is untested.
No branches or pull requests
Hello,
I have updated my project to the latest version.
I had to adjust one thing in SystemStatus.cpp.
There is a missing include after the condition:
otherwise I get errors with
root["cpu_reset_reason"] = verbosePrintResetReason(rtc_get_reset_reason(0));
The text was updated successfully, but these errors were encountered: