teste de publish

Dependencies:   DS1820 HighSpeedAnalogIn devices mbed

Revision:
29:823a9da3696b
Parent:
25:a6da63ed025b
Child:
30:8a06a85d8807
--- a/serialPC.cpp	Mon May 07 23:09:49 2018 +0000
+++ b/serialPC.cpp	Thu May 24 00:42:23 2018 +0000
@@ -137,7 +137,11 @@
         return;
     }
     
-    
+    ptr=strstr(bufIn,"deleteArmazenamento");
+    if(ptr){
+        printf("Deletando banks.\r\n");
+        sdCard::deleteBanks(2);        
+    }
     
     if(strstr(bufIn,"enviaArquivoDevices")){
         arquivoEnvioPointer = &sdCard::devices;