From 07c1f08d18144ad0238c09b4572cc9be730f79f0 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Sat, 31 Dec 2016 06:36:05 -0800 Subject: [PATCH] fix for Microsoft/pxt#1014 --- libs/bluetooth/pxt.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/bluetooth/pxt.json b/libs/bluetooth/pxt.json index 92804b96..07c29bc7 100644 --- a/libs/bluetooth/pxt.json +++ b/libs/bluetooth/pxt.json @@ -35,9 +35,9 @@ "pairing_mode": 1, "whitelist": 1, "security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM" - } - }, - "gatt_table_size": "0x700" + }, + "gatt_table_size": "0x700" + } }, "userConfigs": [ {