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: MbedJSONValue mbed-http HTS221
Diff: source/select-demo.h
- Revision:
- 2:4b4ac59ff9b0
- Parent:
- 0:85fdc69bc10c
- Child:
- 11:72c089200302
--- a/source/select-demo.h Thu Feb 16 11:13:40 2017 +0100 +++ b/source/select-demo.h Thu Feb 16 11:48:57 2017 +0100 @@ -4,6 +4,6 @@ #define DEMO_HTTP 1 #define DEMO_HTTPS 2 -#define DEMO DEMO_HTTPS +#define DEMO DEMO_HTTP #endif // _SELECT_METHOD_H_