Add GitHub workflow

This commit is contained in:
Djuri 2023-11-08 15:49:16 +01:00
parent dd32f6cc42
commit 5201ee8240
3 changed files with 88 additions and 2 deletions

View file

@ -64,8 +64,7 @@ void tryImprovSetup()
x_position = 0;
}
}
vTaskDelay(1 / portTICK_PERIOD_MS);
esp_task_wdt_reset();
}
}

View file

@ -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"