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.
Diff: main.cpp
- Revision:
- 2:7e018d5751b1
- Parent:
- 1:0d7ba45f12b1
- Child:
- 3:98c9694fec26
--- a/main.cpp Wed Mar 20 07:26:32 2019 +0000 +++ b/main.cpp Fri Mar 22 07:17:53 2019 +0000 @@ -82,7 +82,7 @@ int8_t getFirmwareVersion_BG96(char * version); // Functions: HTTP send & recv -int8_t setHttpRequest_BG96(char * req, int len); +int8_t setHttpRequest_BG96(char * url, int len); int8_t sendHttpRequest_BG96(int timeout, int * rsp_code, int * content_len); int8_t getHttpResponse_BG96(int timeout, char * buf, int len); void dumpHttpRespones_BG96(char * buf);