Skip to content

Commit

Permalink
Set delay timer back higher
Browse files Browse the repository at this point in the history
  • Loading branch information
seeul8er committed Mar 8, 2024
1 parent 9b47fde commit 532b062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/db_esp32_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ void control_module_udp_tcp() {
parse_transparent(tcp_clients, udp_conn_list, serial_buffer, &read_transparent);
break;
}
if (delay_timer_cnt == 5000) {
if (delay_timer_cnt == 9000) {
// all actions are non-blocking so allow some delay so that the IDLE task of FreeRTOS and the watchdog can run
// read: https://esp32developer.com/programming-in-c-c/tasks/tasks-vs-co-routines for reference
vTaskDelay(10/portTICK_PERIOD_MS);
Expand Down

0 comments on commit 532b062

Please sign in to comment.