MCUME/MCUME_esp32/esp800/main/main.c

17 wiersze
199 B
C

#include "esp_system.h"
#include "go.h"
int app_main(void)
{
setup();
while(1) {
loop();
}
printf("Restarting now.\n");
fflush(stdout);
esp_restart();
}