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.
Dependents: MQTTGateway2 MQTTGatewayK64 http-example-wnc GuardRoom ... more
Revision 1:52947b0505de, committed 2017-02-16
- Comitter:
- Jan Jongboom
- Date:
- Thu Feb 16 11:47:08 2017 +0100
- Parent:
- 0:910f5949759f
- Child:
- 2:959baaa89148
- Commit message:
- Change receive buffer size to 8192
Changed in this revision
| mbed_lib.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/mbed_lib.json Thu Feb 16 11:35:56 2017 +0100
+++ b/mbed_lib.json Thu Feb 16 11:47:08 2017 +0100
@@ -3,7 +3,7 @@
"config": {
"http-buffer-size": {
"help": "Size of the HTTP receive buffer in bytes",
- "value": 2048,
+ "value": 8192,
"macro_name": "HTTP_RECEIVE_BUFFER_SIZE"
}
}