HI! I want to make a soft reset, does ESP-IDF provide users with such an API? Or is there any solution to make a soft reset ?
Yes, it's called esp_restart: examples/get-started/hello_world/main/hello_world_main.c#L39
esp_restart
Most helpful comment
Yes, it's called
esp_restart:examples/get-started/hello_world/main/hello_world_main.c#L39