PelionIoT / pelion-ready-example

Pelion Device Ready example - deprecated
https://github.com/ARMmbed/pelion-ready-example
Apache License 2.0
2 stars 18 forks source link

Doc should recommend to use WiFi credentials in main.cpp #10

Closed MarceloSalazar closed 4 years ago

MarceloSalazar commented 6 years ago

Enhancement request based on feedback.

Using WiFi credentials in mbed_app.json means everytime a user changes it, has to re-compile the whole project. This is very bad when using slow PCs, especially during workshops.

Also, there is no point in hiding this info and should be brought early in the application in main.cpp.

Note, this an application for developers that want to get started, not a reference for production type of applications.