We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccd631 commit 7ae23e3Copy full SHA for 7ae23e3
.gitignore
@@ -1,6 +1,8 @@
1
.vscode/
2
.settings/
3
.metadata/
4
+.theia
5
+.cache
6
_deps/
7
build/
8
Debug/
MXChip/AZ3166/app/main.c
@@ -46,6 +46,7 @@ static void eclipsetx_thread_entry(ULONG parameter)
46
printf("ERROR: Failed to initialize the network (0x%08x)\r\n", status);
47
}
48
49
+ wwd_network_connect();
50
51
52
void tx_application_define(void* first_unused_memory)
0 commit comments