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.
Diff: main.cpp
- Revision:
- 10:e666766643d2
- Parent:
- 9:15075df34b31
- Child:
- 13:90f88e66f0aa
--- a/main.cpp Mon Jul 10 14:54:51 2017 -0700 +++ b/main.cpp Mon Jul 10 16:44:47 2017 -0700 @@ -62,7 +62,7 @@ printf("Creating Channel - "); int8_t result; - status = channel.begin("Helium Cloud MQTT", &result); + status = channel.begin("Helium MQTT", &result); report_status(status); printf("Sending - ");