Wifi name and code should be notified to users about their location,though I know they are in
/board/board.h,they are hard to be found by users from scratch.
For instance:
Extra Comments
Wifi name and password is located in /board/board.h,please be sure the wifi git is correctly
detached before the test.
The header file where WiFi SSID and PASSWD located actually located in each board's header file, for example, such as emsk board, it located in emsk.h, and the emsk.h is included by board.h.
About where to get the WiFi name, for current release, we suggest developer to read the embARC documentation - example section first.
And about configuration of WiFi SSID and PASSWD, currently you can found it here
Since all examples related to Network and WiFi, developer should setup a WiFi hotspot, and the SSID and PASSWD most of the time keep the same for your development, so it just need to be changed once, and effected for all examples.
Issue Summary
Release Version: 2017.03
Development Environment
ARC CORE EM6
Enhancement
Wifi name and code should be notified to users about their location,though I know they are in
/board/board.h,they are hard to be found by users from scratch. For instance:
Extra Comments
Wifi name and password is located in /board/board.h,please be sure the wifi git is correctly detached before the test.