The driver for the ESP8266 WiFi module
Fork of esp8266-driver by
Diff: ESP8266/ESP8266.h
- Revision:
- 2:77a1e2188ed9
- Parent:
- 0:6946b0b9e323
--- a/ESP8266/ESP8266.h Wed Jul 26 12:01:42 2017 +0000 +++ b/ESP8266/ESP8266.h Thu Jul 27 03:25:51 2017 +0000 @@ -191,9 +191,10 @@ attach(Callback<void()>(obj, method)); } + ATParser _parser; + private: BufferedSerial _serial; - ATParser _parser; struct packet { struct packet *next;