Added license and readme
This commit is contained in:
parent
38efc73ca4
commit
466aa5be4a
3 changed files with 223 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue