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:
- 5:d2c852569e9d
- Parent:
- 3:d2799d8497c0
- Child:
- 7:66c5dedc750b
--- a/WifiConnectWindow.cpp Thu Mar 02 10:21:41 2017 -0600
+++ b/WifiConnectWindow.cpp Fri Mar 03 13:54:45 2017 -0600
@@ -40,13 +40,13 @@
#include "ErrorWindow.hpp"
#include "WifiConnectWindow.hpp"
-static const char wifiSsid[] = "MXIM_SECURITY_GRP";
-static const char wifiPassword[] = "DEEPCOVER";
+static const char wifiSsid[] = "MAXREFDES155";
+static const char wifiPassword[] = "maxim1234";
static const char serverAddress[] = "www.maxim-security.com";
static const uint16_t serverPort = 3900;
WifiConnectWindow::WifiConnectWindow(Graphic * parent) : Window(parent), m_state(NotStarted),
- m_description("WiFi SSID: " + std::string(wifiSsid) + "\nWiFi Pass: " + std::string(wifiPassword), this),
+ m_description("WiFi SSID: " + std::string(wifiSsid) + "\nWiFi Password: " + std::string(wifiPassword), this),
m_backButton("Back", this), m_continueButton("Connect to WiFi", this)
{
m_description.setWordWrap(true);