High level Bluetooth Low Energy API and radio abstraction layer

Fork of BLE_API by Bluetooth Low Energy

Revision:
869:b7ed649aed19
Parent:
868:bbc33d099e5e
Child:
871:5ef320358146
--- a/ble/services/EddystoneConfigService.h	Mon Nov 02 17:51:41 2015 +0000
+++ b/ble/services/EddystoneConfigService.h	Mon Nov 02 17:51:41 2015 +0000
@@ -215,7 +215,7 @@
         DBG("Setting Default TLM Data, version = %d, advPeriodInMind= %f", tlmVersionIn, advPeriodInSec);
         defaultTlmVersion   = tlmVersionIn;
         TlmBatteryVoltage   = 0;
-        TlmBeaconTemp       = 0;
+        TlmBeaconTemp       = 0x8000;
         TlmPduCount         = 0;
         TlmTimeSinceBoot    = 0;
         defaultTlmAdvPeriod = advPeriodInSec;