#include #include "esp_system.h" void app_main(void) { printf("\n\n\nhello world and bye\n\n\n"); fflush(stdout); esp_restart(); }