Added license and readme

This commit is contained in:
Djuri 2023-11-10 23:33:24 +01:00
parent 38efc73ca4
commit 466aa5be4a
3 changed files with 223 additions and 1 deletions

View file

@ -46,6 +46,6 @@ void handleOTATask(void *parameter) {
for (;;) {
// Task 1 code
ArduinoOTA.handle(); // Allow OTA updates to occur
vTaskDelay(pdMS_TO_TICKS(1000));
vTaskDelay(pdMS_TO_TICKS(2500));
}
}