Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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) {