Commit 21a954381b713885b461f74eb122acda59093ae6

Authored by Maria Jorba Brosa
1 parent 8a516852

--no commit message

Project/applications/smartcities/main.c
... ... @@ -42,6 +42,8 @@ int main(void)
42 42  
43 43 tcpClient_init();
44 44  
  45 + tcpClient_establishConnectionL(SERVER_IP, SERVER_PORT);
  46 +
45 47 printf("Hello, World!\n");
46 48  
47 49 for(;;)
... ...