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

ESP32 S2 missing include #23

Closed
besanur opened this issue Mar 4, 2024 · 2 comments
Closed

ESP32 S2 missing include #23

besanur opened this issue Mar 4, 2024 · 2 comments

Comments

@besanur
Copy link

besanur commented Mar 4, 2024

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));

@besanur besanur changed the title ESP32 S2 - bootloop after upgrade to newest version ESP32 S2 missing include Mar 5, 2024
@theelims
Copy link
Owner

theelims commented Mar 8, 2024

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.

@theelims
Copy link
Owner

theelims commented Apr 1, 2024

I've included the suggest change into the code, however it is untested.

@theelims theelims closed this as completed Apr 1, 2024
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