This commit is contained in:
2024-08-23 12:06:35 +02:00
parent ae47ca8291
commit 8497fe754c
4 changed files with 2 additions and 33 deletions

View File

@ -213,7 +213,7 @@ int main_thread(void * _) {
udp_recv(udpecho_raw_pcb,udp_receiver,NULL);
while (1) {
sys_check_timeouts();
//sys_check_timeouts();
vTaskDelay(200 * portTICK_PERIOD_MS);
}