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: MTS-Cellular_lat1 MTS-Serial MTS-Socket MTS-Test MTS-Utils
Fork of mtsas by
Revision 5:2d49415f65b5, committed 2014-06-03
- Comitter:
- mfiore
- Date:
- Tue Jun 03 14:52:40 2014 +0000
- Parent:
- 4:7f87628688cd
- Child:
- 6:dea276e96927
- Commit message:
- update sub libs; add headers from HTTPClient
Changed in this revision
--- a/MTS-Cellular.lib Thu May 29 22:57:53 2014 +0000 +++ b/MTS-Cellular.lib Tue Jun 03 14:52:40 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mfiore/code/MTS-Cellular/#e443e7e2b605 +http://mbed.org/teams/Multi-Hackers/code/MTS-Cellular/#614952fb3af3
--- a/MTS-Serial.lib Thu May 29 22:57:53 2014 +0000 +++ b/MTS-Serial.lib Tue Jun 03 14:52:40 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mfiore/code/MTS-Serial/#04ef7afd34ff +http://mbed.org/teams/Multi-Hackers/code/MTS-Serial/#04ef7afd34ff
--- a/MTS-Socket.lib Thu May 29 22:57:53 2014 +0000 +++ b/MTS-Socket.lib Tue Jun 03 14:52:40 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mfiore/code/MTS-Socket/#5b31d0623028 +http://mbed.org/teams/Multi-Hackers/code/MTS-Socket/#08b474178245
--- a/MTS-Test.lib Thu May 29 22:57:53 2014 +0000 +++ b/MTS-Test.lib Tue Jun 03 14:52:40 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mfiore/code/MTS-Test/#9b6606b198fe +http://mbed.org/teams/Multi-Hackers/code/MTS-Test/#d8a85e819d37
--- a/MTS-Utils.lib Thu May 29 22:57:53 2014 +0000 +++ b/MTS-Utils.lib Tue Jun 03 14:52:40 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mfiore/code/MTS-Utils/#d8b0dd3ad9ad +http://mbed.org/teams/Multi-Hackers/code/MTS-Utils/#d8b0dd3ad9ad
--- a/mtsas.h Thu May 29 22:57:53 2014 +0000 +++ b/mtsas.h Tue Jun 03 14:52:40 2014 +0000 @@ -20,6 +20,9 @@ #include "Socket.h" #include "UDPSocket.h" #include "TCPSocketConnection.h" +#include "HTTPClient.h" +#include "HTTPText.h" +#include "HTTPMap.h" /* Utils Includes */ #include "MTSCircularBuffer.h"
