Bumped Mbed FW version to 01.20.0080

Revision:
20:f94859dd2ca0
Parent:
19:09d58952b65d
Child:
21:8e00425b8096
--- a/main.cpp	Mon Sep 09 05:57:43 2019 +0000
+++ b/main.cpp	Wed Sep 11 08:37:22 2019 +0000
@@ -62,7 +62,7 @@
 extern ADMW_CONFIG config;
 extern ADMW_CONFIG multichannel_thermocoupleAndHumidity;
 /* Change the following pointer to select any of the configurations above */
-static ADMW_CONFIG *pSelectedConfig = &i2c0_sensirionSHT3X_config;
+static ADMW_CONFIG *pSelectedConfig = &multichannel_thermocoupleAndHumidity;
 
 static ADMW_CONNECTION connectionInfo = PLATFORM_CONNECTION_INFO;