Commit 32ede649cf8ac136cffc79954bcbf4fbef7db2e3
1 parent
61f0fb49
mas main.c
Showing
1 changed file
with
4 additions
and
0 deletions
Project/applications/smartcities/main.c
... | ... | @@ -22,6 +22,10 @@ int main(void) |
22 | 22 | initLibwismart(); |
23 | 23 | libwismart_PowerSave_Enable(); |
24 | 24 | libwismart_PowerSave_HigherProfile(TRUE); |
25 | + libwismart_WiFiInit(); | |
26 | + libwismart_WiFiConnect(NETWORK_SSID, NETWORK_KEY , clientMode_wifiConnectedCb); | |
27 | + | |
28 | + tcpClient_init(); | |
25 | 29 | |
26 | 30 | printf("Hello, World!\n"); |
27 | 31 | ... | ... |