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: 4DGL-uLCD-SE mbed
Diff: src/main.cpp
- Revision:
- 16:491e2336bb95
- Parent:
- 15:469db0f84fd5
- Child:
- 17:4d0e180cde20
--- a/src/main.cpp Tue Oct 20 09:24:07 2015 +0000 +++ b/src/main.cpp Tue Oct 20 09:32:35 2015 +0000 @@ -58,7 +58,7 @@ vector<AccessPoint> swag(apBuilder.build(real)); pc.printf("\r\n\r\n Access Point information ------------- \r\n\r\n"); - for (int i = 0; i < 5; i++){ + for (int i = 0; i < swag.size(); i++){ pc.printf("\r\nList Element: %s, %d", swag[i].getSSID(), swag[i].getStrength()); }