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: ESP8266Interface
Dependents: Nucleo_i2c_OLED_BME280_copy
Fork of ESP8266_Test by
Diff: main.cpp
- Revision:
- 13:7959d8fb9c39
- Parent:
- 12:4e8842ddee84
- Child:
- 14:fc2ed219d4c9
- Child:
- 15:d253bb6ebccc
--- a/main.cpp Tue Jul 14 09:13:03 2015 +0000 +++ b/main.cpp Fri Jun 24 03:47:28 2016 +0000 @@ -6,12 +6,11 @@ RawSerial pc(USBTX, USBRX); // tx, rx DigitalOut led1(LED1); -DigitalOut led2(LED2); -const char* TEST_SERVER_ADDRESS = "192.168.3.64"; -const int TEST_SERVER_PORT = 8000; +const char* TEST_SERVER_ADDRESS = "192.168.2.65"; +const int TEST_SERVER_PORT = 8889; -ESP8266Interface wifi(D1, D0, D2, "WizFiDemoAP","12345678",115200); // tx, rx +ESP8266Interface wifi(PA_11, PA_12, D0, "ittraining402","itstudent",115200); // tx, rx // For monitoring data from ESP8266
