https://github.com/WebBluetoothCG/demos/pull/42

Dependencies:   BLE_API mbed-dev-bin nRF51822

Fork of microbit-dal by Lancaster University

Revision:
48:34d1adb6771c
Parent:
45:23b71960fe6c
--- a/source/drivers/MicroBitThermometer.cpp	Wed Jul 13 12:18:26 2016 +0100
+++ b/source/drivers/MicroBitThermometer.cpp	Wed Jul 13 12:18:27 2016 +0100
@@ -71,7 +71,7 @@
     this->sampleTime = 0;
     this->offset = 0;
 
-    KeyValuePair *tempCalibration =  storage->get(ManagedString("tempCal"));
+    KeyValuePair *tempCalibration =  storage->get("tempCal");
 
     if(tempCalibration != NULL)
     {