Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ESP8266Interface by
Diff: ESP8266/ESP8266.cpp
- Revision:
- 25:8e2b04473830
- Parent:
- 24:03585a13ff3b
- Child:
- 26:0d5bcb3903e2
diff -r 03585a13ff3b -r 8e2b04473830 ESP8266/ESP8266.cpp --- a/ESP8266/ESP8266.cpp Thu Dec 11 23:24:55 2014 +0000 +++ b/ESP8266/ESP8266.cpp Tue Dec 30 00:16:21 2014 +0000 @@ -50,7 +50,7 @@ { memset(&state, 0, sizeof(state)); - // change all ' ' in '$' in the ssid and the passphrase +/* // change all ' ' in '$' in the ssid and the passphrase strcpy(this->ssid, ssid); for (int i = 0; i < strlen(ssid); i++) { if (this->ssid[i] == ' ') @@ -61,6 +61,7 @@ if (this->phrase[i] == ' ') this->phrase[i] = '$'; } +*/ inst = this; attach_rx(false);