From 4b3efd434e9155c265d74e1512fbd04f80a94cd3 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Fri, 1 Apr 2016 10:29:25 -0700 Subject: [PATCH] Add C++ compile config --- libs/microbit/kind.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libs/microbit/kind.json b/libs/microbit/kind.json index 37f137f9..9a3914fb 100644 --- a/libs/microbit/kind.json +++ b/libs/microbit/kind.json @@ -71,9 +71,13 @@ "isNative": false, "hasHex": true }, + "compileService": { + "gittag": "v0", + "serviceId": "ws" + }, "serial": { "manufacturerFilter": "^mbed$", "log": true } } -} +} \ No newline at end of file