文强 罗 / esp8266-driver

Dependents:   MQTTJnu

Files at this revision

API Documentation at this revision

Comitter:
UlricL
Date:
Fri Aug 23 13:11:39 2019 +0000
Parent:
0:6946b0b9e323
Commit message:
Jnu726wifiesp

Changed in this revision

ESP8266/ATParser/.git/index Show annotated file Show diff for this revision Revisions of this file
ESP8266Interface.cpp Show annotated file Show diff for this revision Revisions of this file
Binary file ESP8266/ATParser/.git/index has changed
--- a/ESP8266Interface.cpp	Thu Jan 12 21:57:48 2017 +0000
+++ b/ESP8266Interface.cpp	Fri Aug 23 13:11:39 2019 +0000
@@ -48,7 +48,7 @@
 {
     _esp.setTimeout(ESP8266_CONNECT_TIMEOUT);
 
-    if (!_esp.startup(3)) {
+    if (!_esp.startup(1)) {
         return NSAPI_ERROR_DEVICE_ERROR;
     }