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.
Dependencies: mbed MbedJSONValue mbed-rtos 4DGL-uLCD-SE ESP8266NodeMCUInterface
Diff: main.cpp
- Revision:
- 5:b77a717feada
- Parent:
- 4:55f0c303f56a
- Child:
- 6:ec7829f7cd38
--- a/main.cpp Sun Mar 31 15:39:50 2019 +0000
+++ b/main.cpp Mon Apr 01 15:27:46 2019 +0000
@@ -336,7 +336,7 @@
// Set up the WiFi Access Point
dev.printf("Connecting to WiFi %s with Password %s\n", ssid, pass);
- res = wifi.connect("Alex's iPhone", "mbedlookhere");
+ res = wifi.connect(ssid, pass);
if (!res) {
dev.printf("Connection Failed... Resetting Device\n");
err_led = 1;