Don't re-init coap connection
This commit is contained in:
parent
058ae7bae3
commit
5ff9b7c989
1 changed files with 0 additions and 1 deletions
|
@ -168,7 +168,6 @@ PROCESS_THREAD(poti, ev, data)
|
||||||
rest_init_engine ();
|
rest_init_engine ();
|
||||||
SERVER_NODE (&server_ipaddr);
|
SERVER_NODE (&server_ipaddr);
|
||||||
adc_init ();
|
adc_init ();
|
||||||
coap_init_connection (0);
|
|
||||||
|
|
||||||
/* Activate the application-specific resources. */
|
/* Activate the application-specific resources. */
|
||||||
#if PLATFORM_HAS_BATTERY
|
#if PLATFORM_HAS_BATTERY
|
||||||
|
|
Loading…
Add table
Reference in a new issue