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.
Dependencies: CameraC328 WizFi250Interface mbed-src
Fork of WizFi250TcpUdpExample by
Diff: src/main.cpp
- Revision:
- 1:c0b6bfde0ea9
- Parent:
- 0:279f250818f6
--- a/src/main.cpp Tue Jun 03 01:00:04 2014 +0000 +++ b/src/main.cpp Tue Jun 03 11:31:27 2014 +0000 @@ -29,10 +29,6 @@ #define ECHO_SERVER_ADDRESS "192.168.15.14" #define ECHO_SERVER_PORT 5000 -#define FEED_HOST "api.xively.com" -#define FEED_ID "EUHFMSwZj8pDdE6jKZgooDt3vlDivDy6srpKgbfE0rgdnZ3D" -#define API_KEY "827175846" - void testUdpEchoClient(); void testUdpEchoServer(); void testTcpEchoClient();
