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.
Dependents: wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more
Diff: WiconnectSettings.cpp
- Revision:
- 37:5ee74d72efe4
- Parent:
- 29:b6af04b77a56
diff -r a30cbf4bdb13 -r 5ee74d72efe4 WiconnectSettings.cpp
--- a/WiconnectSettings.cpp Thu Nov 27 00:46:50 2014 -0800
+++ b/WiconnectSettings.cpp Thu Nov 27 01:11:12 2014 -0800
@@ -111,3 +111,17 @@
return result;
}
+/*************************************************************************************************/
+WiconnectResult Wiconnect::saveSettings()
+{
+ WiconnectResult result = WICONNECT_ERROR;
+
+
+ _CHECK_OTHER_COMMAND_EXECUTING();
+
+ result = sendCommand("save");
+
+ _CHECK_CLEANUP_COMMAND();
+
+ return result;
+}
AMW006-A02