[WICED-SDK-1.x -> WICED-SDK-2.x]
I see that some SDK-2.x example applications use wiced_init().
This API function includes code to do things like scanning that I will not need.
In the older SDK-1.x, we used wiced_management_init( COUNTRY, NULL ) .
What is the intent of the higher layer SDK-2.x API and is there any reason I cant use the old method to avoid unnecessary code?
Im also confused what this new WWD_ component is and why some of the previously existing functions have moved into it.