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.
Fork of MilkcocoaOsSample_Eth by
Revision 2:727e3e0fcb81, committed 2017-02-15
- Comitter:
- jksoft
- Date:
- Wed Feb 15 02:19:04 2017 +0000
- Parent:
- 1:1ab9d9f92764
- Child:
- 3:f4bada456900
- Commit message:
- Milkcocoa-os????????????
Changed in this revision
| Milkcocoa-os.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Milkcocoa-os.lib Thu Feb 09 07:44:12 2017 +0000 +++ b/Milkcocoa-os.lib Wed Feb 15 02:19:04 2017 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/users/jksoft/code/Milkcocoa-os/#0a2f634d3324 +https://developer.mbed.org/users/jksoft/code/Milkcocoa-os/#8e4149b53a8a
--- a/main.cpp Thu Feb 09 07:44:12 2017 +0000 +++ b/main.cpp Wed Feb 15 02:19:04 2017 +0000 @@ -1,8 +1,5 @@ #include "mbed.h" -#include "MQTTInterface.h" -#include "MQTTClient.h" #include "Milkcocoa.h" -#include "MClient.h" #include "EthernetInterface.h" EthernetInterface eth;
