Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 67:ebff4a8d228d, committed 2018-06-18
- 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