Bumped Mbed FW version to 01.20.0080

Revision:
29:713c24b07795
Parent:
28:8a7a908a8fdb
Child:
30:c78466adc502
--- a/main.cpp	Thu Oct 03 05:55:23 2019 +0000
+++ b/main.cpp	Thu Oct 03 09:36:16 2019 +0000
@@ -56,9 +56,10 @@
 extern ADMW_CONFIG multichannel_multicycle_config;
 extern ADMW_CONFIG multichannel_singlecycle_config;
 extern ADMW_CONFIG sensor2_bridge_4w_load_cell_config;
+extern ADMW_CONFIG rtd_4w_config;
 extern ADMW_CONFIG config;
 /* Change the following pointer to select any of the configurations above */
-static ADMW_CONFIG *pSelectedConfig = &multichannel_continuous_config;
+static ADMW_CONFIG *pSelectedConfig = &rtd_4w_config;
 
 static ADMW_CONNECTION connectionInfo = PLATFORM_CONNECTION_INFO;