teste de publish

Dependencies:   DS1820 HighSpeedAnalogIn devices mbed

Revision:
18:1eefda1f7736
Parent:
17:9b0eecbacbaa
Child:
21:b9315cdd9275
--- a/modem.h	Tue Jan 09 13:45:17 2018 +0000
+++ b/modem.h	Thu Jan 25 16:15:03 2018 +0000
@@ -38,10 +38,11 @@
  char IMSI[30]; 
  char ssid[40]; 
  char password[50];
- char serverIP[17]; 
+ char serverIP[50]; 
  char port[6];
  char host[50];
  uint32_t periodo;
+ uint32_t periodoConfiguracao;
  char SRINGsockEntrante;
  char ping; 
  char socketBufferPending;
@@ -83,7 +84,7 @@
     //void sendEscapeSequence(void);    
     char aguardaFlush(uint8_t);    //connection id 1 a 6 atualmente 1 a 2
     //uint8_t sendFileCommandMode(FILE *,bool *,char *,uint32_t,char *);
-    uint8_t postFileCommandMode(char *,char *,arquivoSD *);
+    uint8_t postFileCommandMode(char *,char *,char *,arquivoSD *);
     bool montaStatus(void);
     void leMAC(void); 
     void atendeSRING(uint8_t);