Add GitHub workflow
This commit is contained in:
parent
dd32f6cc42
commit
5201ee8240
3 changed files with 88 additions and 2 deletions
|
@ -64,8 +64,7 @@ void tryImprovSetup()
|
|||
x_position = 0;
|
||||
}
|
||||
}
|
||||
|
||||
vTaskDelay(1 / portTICK_PERIOD_MS);
|
||||
esp_task_wdt_reset();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
#include <esp_sntp.h>
|
||||
#include "epd.hpp"
|
||||
#include "improv.hpp"
|
||||
#include "hal/wdt_hal.h"
|
||||
#include "esp_task_wdt.h"
|
||||
|
||||
#include <map>
|
||||
|
||||
#include "lib/screen_handler.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue