Skip to content

Commit 7ae23e3

Browse files
authored
Small improvements to prepare v1 release. (#6)
* Added .cache and .theia to .gitignore. * Added a call to wwd_network_connect to the main thread.
1 parent fccd631 commit 7ae23e3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.vscode/
22
.settings/
33
.metadata/
4+
.theia
5+
.cache
46
_deps/
57
build/
68
Debug/

MXChip/AZ3166/app/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ static void eclipsetx_thread_entry(ULONG parameter)
4646
printf("ERROR: Failed to initialize the network (0x%08x)\r\n", status);
4747
}
4848

49+
wwd_network_connect();
4950
}
5051

5152
void tx_application_define(void* first_unused_memory)

0 commit comments

Comments
 (0)