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: temp_FIAP temp_FIAP_fetch tepco_demand BlueUSB_f_IEEE1888 ... more
Revision 8:0b203716e92b, committed 2012-09-30
- Comitter:
- yueee_yt
- Date:
- Sun Sep 30 12:43:39 2012 +0000
- Parent:
- 7:cc924e783dff
- Commit message:
- Buffer Size Modify
Changed in this revision
| fiap.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/fiap.cpp Sun Sep 30 07:40:51 2012 +0000
+++ b/fiap.cpp Sun Sep 30 12:43:39 2012 +0000
@@ -5,8 +5,8 @@
#include "spxmlnode.hpp"
#include "spxmlhandle.hpp"
-char outBuffer[1500+1]= {0};
-char _soap_text[1500];
+char outBuffer[2000+1]= {0};
+char _soap_text[2000];
char uuid[37];
// HTTPClient http;
// HTTPText InData("text/html", 800);