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: MaximInterface
Diff: WifiConnectWindow.cpp
- Revision:
- 3:d2799d8497c0
- Parent:
- 0:33d4e66780c0
- Child:
- 5:d2c852569e9d
--- a/WifiConnectWindow.cpp Mon Feb 27 10:30:31 2017 -0600
+++ b/WifiConnectWindow.cpp Thu Mar 02 10:15:53 2017 -0600
@@ -59,6 +59,9 @@
{
switch (m_state)
{
+ case NotStarted:
+ break;
+
case PreConnect:
m_backButton.setParent(NULL);
m_continueButton.setParent(NULL);