teste de publish

Dependencies:   DS1820 HighSpeedAnalogIn devices mbed

Revision:
23:f3c87afb6548
Parent:
22:cb832a9bc704
Child:
25:a6da63ed025b
--- a/modem.cpp	Tue Feb 06 22:07:10 2018 +0000
+++ b/modem.cpp	Wed Feb 07 17:22:24 2018 +0000
@@ -826,7 +826,7 @@
         //printf("Recebido pacote via conexao %u com %lu bytes.\n",connID,IPDNumBytes);
         
     }     
-    
+     
     if(IPDNumBytes && modemCom::status.recebendoArquivoDoServer && (strstr(modemCom::bufIn,"CONNECT")==NULL) && (strstr(modemCom::bufIn,"*ServerCommand*")==NULL) ){
         pc.printf("sendData recebidos %lu bytes\n",sdCard::nBytesArquivoRecebidos/2);
         sdCard::insereDadosArquivoHex(&sdCard::tempFile,modemCom::bufIn,IPDNumBytes);