pelion-example-common-DISCO_F413ZH

Revision:
14:1ac188d5404d
Parent:
13:433fcff306ad
Child:
19:7e760f65ed78
--- a/main.cpp	Sun Dec 16 13:35:34 2018 +0000
+++ b/main.cpp	Sun Dec 16 15:04:58 2018 +0000
@@ -221,6 +221,7 @@
     }
 
     button.fall(eventQueue.event(&button_press));
+    printf("Press the user button to increment the LwM2M resource value...\n");
 
     // The timer fires on an interrupt context, but debounces it to the eventqueue, so it's safe to do network operations
     Ticker timer;