Sheetal Prasanna / ESP8266

Dependents:   Smart_Lights_Midterm

Files at this revision

API Documentation at this revision

Comitter:
sprasann
Date:
Mon Mar 15 18:44:34 2021 +0000
Parent:
3:4f24e7e803a1
Commit message:
esp8266

Changed in this revision

ESP8266.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/ESP8266.cpp	Sat Jun 11 14:05:06 2016 +0000
+++ b/ESP8266.cpp	Mon Mar 15 18:44:34 2021 +0000
@@ -82,7 +82,7 @@
                 ended = 1;
         }
     }
-    AddChar(r, 0x00);
+    //AddChar(r, 0x00);
     return ended;
 }