Hi, Im posting due to issues with esp32c3, its uploads and then stops, this happens with simple code as below or the blink or more complex code, each time it finishes indexing with with this comment. Must be something I have missed any ideas?
Hash of data verified.
Leaving...
Hard resetting with RTC WDT... .
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
That is the output we expect from a successful upload.
Are you experiencing some problem? If so, please provide a detailed description of the problem.
If you were only concerned that the "Hard resetting with RTC WDT..." message indicated that something went wrong, then you don't need to worry at all and you can get back to progressing with your Arduino projects.