Backing up an unused program in case of future need

Dependencies:   mbed

Revision:
6:be97d38e0b01
Parent:
4:e076884ef8bd
--- a/esp.h	Wed May 11 16:42:35 2016 +0000
+++ b/esp.h	Tue May 31 07:35:28 2016 +0000
@@ -23,5 +23,5 @@
 extern const void * EspDataToSend;
 extern void         EspSendData(int length, const void * buf);
 
-extern void EspSendStringF(char* respbuff, int resplen, char *fmt, ...);
-extern void EspSendString(char* respbuff, int resplen, char * buf);
+extern void EspSendCommandF(char *fmt, ...);
+extern void EspSendCommand (char * buf);