decreased delay in lora loop task

This commit is contained in:
Klaus K Wilting 2018-06-03 22:20:19 +02:00
parent 430f9d6856
commit 7f0c3202a3

View File

@ -153,7 +153,7 @@ void lorawan_loop(void * pvParameters) {
} }
*/ */
vTaskDelay(10/portTICK_PERIOD_MS); // reset watchdog vTaskDelay(1/portTICK_PERIOD_MS); // reset watchdog
} }
} }