Skip to content

Commit

Permalink
fix(mdns): Add some delay before the resolving test
Browse files Browse the repository at this point in the history
  • Loading branch information
wqx6 committed Jan 10, 2024
1 parent b17c45b commit 383eae3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ static void check_button(void)
static void mdns_example_task(void *pvParameters)
{
#if CONFIG_MDNS_RESOLVE_TEST_SERVICES == 1
vTaskDelay(1000 / portTICK_PERIOD_MS);
/* Send initial queries that are started by CI tester */
#ifdef CONFIG_LWIP_IPV4
query_mdns_host("tinytester");
Expand Down

0 comments on commit 383eae3

Please sign in to comment.