diff --git a/.gitignore b/.gitignore index 86be8b8..9e53887 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ .vscode/ .settings/ .metadata/ +.theia +.cache _deps/ build/ Debug/ diff --git a/MXChip/AZ3166/app/main.c b/MXChip/AZ3166/app/main.c index 08c2d47..affd3d5 100644 --- a/MXChip/AZ3166/app/main.c +++ b/MXChip/AZ3166/app/main.c @@ -46,6 +46,7 @@ static void eclipsetx_thread_entry(ULONG parameter) printf("ERROR: Failed to initialize the network (0x%08x)\r\n", status); } + wwd_network_connect(); } void tx_application_define(void* first_unused_memory)