tester

Fork of GPRSInterface by -deleted-

Revision:
10:8c55dfcc9a7c
Parent:
4:1142bdd07989
--- a/Socket/TCPSocketConnection.cpp	Fri Jul 25 10:42:42 2014 +0000
+++ b/Socket/TCPSocketConnection.cpp	Fri Sep 25 04:10:56 2015 +0000
@@ -28,6 +28,7 @@
 
 int TCPSocketConnection::connect(const char* host, const int port)
 {
+    printf(">%s<",host);
     if (_sock_fd < 0) {
         _sock_fd = gprs->new_socket();
         if (_sock_fd < 0) {