kopia lustrzana https://github.com/Jean-MarcHarvengt/MCUME
17 wiersze
199 B
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();
|
||
|
}
|
||
|
|