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 mbed-cloud-example_GR-LYCHEE by
Diff: main.cpp
- Revision:
- 12:b1a3a0ccd96e
- Parent:
- 11:924e1a1bb03e
- Child:
- 13:feeaccc4717f
--- a/main.cpp Wed Aug 08 04:16:17 2018 +0000 +++ b/main.cpp Mon Aug 20 01:19:18 2018 +0000 @@ -22,8 +22,8 @@ #include "FATFileSystem.h" #include "ESP32Interface.h" -#define SSID "SSID" -#define PASSWORD "PASSWORD" +#define SSID "Buffalo-G-C42E" +#define PASSWORD "issvsunfx8te3" // An event queue is a very useful structure to debounce information between contexts (e.g. ISR and normal threads) // This is great because things such as network operations are illegal in ISR, so updating a resource in a button's fall() function is not allowed
