pelion-example-common-DISCO_F413ZH

Revision:
13:433fcff306ad
Parent:
11:0bddeb20bafc
Child:
14:1ac188d5404d
diff -r d3415dbdb970 -r 433fcff306ad main.cpp
--- a/main.cpp	Sun Dec 16 13:31:22 2018 +0000
+++ b/main.cpp	Sun Dec 16 13:35:34 2018 +0000
@@ -26,7 +26,7 @@
 // This is great because things such as network operations are illegal in ISR, so updating a resource in a button's fall() function is not allowed
 EventQueue eventQueue;
 
-// Default network interface object
+// Default network interface object. Don't forget to change the WiFi SSID/password in mbed_app.json if you're using WiFi.
 NetworkInterface *net = NetworkInterface::get_default_instance();
 
 // Default block device available on the target board