this is using the mbed os version 5-13-1

Dependencies:   mbed-http

Branch:
PassingRegression
Revision:
121:ac4f59839e4f
Parent:
114:b11bb96c09f3
Child:
123:a49e9ffbaca6
--- a/source/main.h	Mon May 27 17:00:43 2019 +0000
+++ b/source/main.h	Sat Jun 01 15:29:03 2019 +0000
@@ -6,5 +6,8 @@
 void trigger_stop_BLE();
 void trigger_start_WiFi();
 void trigger_stop_WiFi();
+void saveConfiguration(nvstore_key_t configKey);
+void resetConfiguration();
+bool deleteConfiguration(nvstore_key_t configKey);
 
 #endif // __MAIN_H__
\ No newline at end of file