mbed-http

Fork of mbed-http by sandbox

Files at this revision

API Documentation at this revision

Comitter:
ksekimoto
Date:
Tue Jan 02 16:00:05 2018 +0000
Parent:
21:fcd2bfd31a39
Commit message:
Change http-buffer-size for GR-PEACH

Changed in this revision

mbed_lib.json Show annotated file Show diff for this revision Revisions of this file
diff -r fcd2bfd31a39 -r fb5e4bc49534 mbed_lib.json
--- a/mbed_lib.json	Thu Dec 14 16:19:22 2017 +0700
+++ b/mbed_lib.json	Tue Jan 02 16:00:05 2018 +0000
@@ -3,7 +3,7 @@
     "config": {
         "http-buffer-size": {
             "help": "Size of the HTTP receive buffer in bytes",
-            "value": 8192,
+            "value": 16384,
             "macro_name": "HTTP_RECEIVE_BUFFER_SIZE"
         }
     }