Vali Abdrakhmanov / Mbed OS wifi_mqtt_new_riigtech_lultrazvyk_cd1602-mbed6_sleep

Dependencies:   HCSR04 awali2

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Mon Jun 18 09:30:03 2018 +0100
Parent:
66:2cf02c7d430c
Child:
68:321f150f763e
Commit message:
Merge remote-tracking branch 'origin/mbed-os-5.9.0-oob'

* origin/mbed-os-5.9.0-oob:
Print out Mbed OS version in the start
Updating mbed-os to mbed-os-5.9.0-rc3
Updating mbed-os to mbed-os-5.9.0-rc2
Updating mbed-os to mbed-os-5.9.0-rc1

.
Commit copied from https://github.com/ARMmbed/mbed-os-example-wifi

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-os.lib Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Jun 06 15:00:03 2018 +0100
+++ b/main.cpp	Mon Jun 18 09:30:03 2018 +0100
@@ -155,7 +155,11 @@
 {
     int count = 0;
 
-    printf("WiFi example\n\n");
+    printf("WiFi example\n");
+
+#ifdef MBED_MAJOR_VERSION
+    printf("Mbed OS version %d.%d.%d\n\n", MBED_MAJOR_VERSION, MBED_MINOR_VERSION, MBED_PATCH_VERSION);
+#endif
 
     count = scan_demo(&wifi);
     if (count == 0) {
--- a/mbed-os.lib	Wed Jun 06 15:00:03 2018 +0100
+++ b/mbed-os.lib	Mon Jun 18 09:30:03 2018 +0100
@@ -1,1 +1,1 @@
-https://github.com/ARMmbed/mbed-os/#35fa909641fedcad9bbe0c7300d4ccdf15a2b71a
+https://github.com/ARMmbed/mbed-os/#866850acc15e86cd4ac11bf4404078a49f921ddd