Init
Fork of ESP8266Interface by
Diff: ESP8266Interface.cpp
- Revision:
- 16:3f0efaa57a12
- Parent:
- 14:4d1128f72e00
- Child:
- 28:91e65e22e63a
--- a/ESP8266Interface.cpp Sun Nov 30 21:56:03 2014 +0000 +++ b/ESP8266Interface.cpp Mon Dec 01 06:22:00 2014 +0000 @@ -12,9 +12,9 @@ return 0; } -int ESP8266Interface::connect() +bool ESP8266Interface::connect() { - return ESP8266::join(); + return ESP8266::connect(); } int ESP8266Interface::disconnect()