teste de publish

Dependencies:   DS1820 HighSpeedAnalogIn devices mbed

Revision:
9:cf406384efd9
Parent:
7:ae9c47f62946
Child:
10:263c093f8977
--- a/modem.h	Tue Jul 18 20:00:43 2017 +0000
+++ b/modem.h	Wed Aug 09 20:38:10 2017 +0000
@@ -39,6 +39,8 @@
  char password[50];
  char serverIP[17]; 
  char port[6];
+ char host[50];
+ uint32_t periodo;
  char SRINGsockEntrante;
  char ping; 
  char socketBufferPending;
@@ -53,6 +55,8 @@
  char CLOSED;
  char busy;
  char modemResponse;
+ uint8_t connIDWebServer;
+ uint8_t connIDServerCommand;
  socket_info socketInfo[2]; 
 }modemStatus;
 
@@ -62,6 +66,7 @@
 extern bool enviaSendData;
 extern char *bufInPtr;
 extern bool mudaRede;
+extern char webServerBuff[256];
 
 namespace modemCom{ 
     extern modemStatus status; //Struct que comporta os status do modem