High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: ble/services/EddystoneService.h
- Revision:
- 869:b7ed649aed19
- Parent:
- 868:bbc33d099e5e
- Child:
- 871:5ef320358146
--- a/ble/services/EddystoneService.h Mon Nov 02 17:51:41 2015 +0000 +++ b/ble/services/EddystoneService.h Mon Nov 02 17:51:41 2015 +0000 @@ -237,7 +237,7 @@ void setTLMFrameData(uint8_t version = 0, float advPeriod = 60.0f, uint16_t batteryVoltage = 0, - uint16_t beaconTemp = 0, + uint16_t beaconTemp = 0x8000, uint32_t pduCount = 0, uint32_t timeSinceBoot = 0) { if (0.0f == advPeriod) {