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: mbed mbed-rtos EthernetInterface
Diff: TinyHTTP_b.h
- Revision:
- 1:10bd46941b8b
- Parent:
- 0:2a2f00cbc761
diff -r 2a2f00cbc761 -r 10bd46941b8b TinyHTTP_b.h --- a/TinyHTTP_b.h Mon Jul 02 05:54:16 2012 +0000 +++ b/TinyHTTP_b.h Mon Jul 02 06:55:49 2012 +0000 @@ -15,7 +15,7 @@ #include "EthernetInterface.h" #define HTTP_PORT 80 -#define HTTP_TIMEOUT 15000 // ms +#define HTTP_TIMEOUT 3000 // ms #define METHOD_GET 0 #define METHOD_POST 1