From 7a2c4f00567f1c59c3e17d29e57d51153d91130c Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 14 Jun 2016 13:27:21 -0700 Subject: [PATCH] updated shims --- libs/microbit-bluetooth/shims.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/microbit-bluetooth/shims.d.ts b/libs/microbit-bluetooth/shims.d.ts index 5e04fdea..d96b38f8 100644 --- a/libs/microbit-bluetooth/shims.d.ts +++ b/libs/microbit-bluetooth/shims.d.ts @@ -22,7 +22,7 @@ declare namespace bluetooth { /** * Starts the temperature service */ - //% help=bluetooth/start-led-service + //% help=bluetooth/start-temperature-service //% blockId=bluetooth_start_temperature_service block="bluetooth temperature service" shim=bluetooth::startTemperatureService function startTemperatureService(): void; }