Thank you very much, it helped.
Wokwi still doesn't work, but that doesn't matter to me.
Search found 2 matches
- Mon Feb 10, 2025 6:41 am
- Forum: General Discussion
- Topic: Problem with esp_reset_reason()
- Replies: 2
- Views: 1028
- Sat Feb 08, 2025 3:40 pm
- Forum: General Discussion
- Topic: Problem with esp_reset_reason()
- Replies: 2
- Views: 1028
Problem with esp_reset_reason()
Hi, i try to get esp_reset_reason(void) on ESP32S3. the problem is when I run the command esp_restart() or ESP.restart(), I always get response "POWERON_RESET" instead of "SW_RESET". No matter it's a real board or a Wokwi simulator I try attach #include "esp_system.h", but this didn't change anythin...