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: USBDevice mbed DipCortex-USB-EEProm
Diff: main.cpp
- Revision:
- 2:8f5776c287c5
- Parent:
- 0:0bce3a738bcb
- Child:
- 3:15828ac052f1
--- a/main.cpp Mon Nov 04 22:18:14 2013 +0000 +++ b/main.cpp Tue Nov 12 09:19:13 2013 +0000 @@ -15,7 +15,7 @@ #if (MY_BOARD == WIGO) cc3000 wifi(PTA16, PTA13, PTD0, SPI(PTD2, PTD3, PTC5), PORTA_IRQn); #elif (MY_BOARD == WIFI_DIPCORTEX) -cc3000 wifi(p28, p27, p30, SPI(p21, p14, p37), PIN_INT0_IRQn); +cc3000 wifi(p28, p27, p30, SPI(p21, p14, p37)); Serial uart(p19, p20); USBSerial pc; // USB CDC serial port #else @@ -262,6 +262,7 @@ // ------------------------------------------------------------------------------------------------------------ void SmartConfig ( void ) { + pc.printf("\r\nStarting Smart config, waiting for message from smartphone app ....\r\n"); // We dont want to auto reconnect to an access point wifi._wlan.ioctl_set_connection_policy(0, 0, 0); @@ -470,7 +471,7 @@ WebSocketTest(); break; case '4': - + WebSocketReadTest(); break; case '5': HttpClientTest();