From 8fd7a97258f03433c5c3e3f7476f3868e01346d2 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Thu, 15 Jun 2017 10:58:24 -0700 Subject: [PATCH] Adding notifications --- targetconfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/targetconfig.json b/targetconfig.json index e3d65d09..fc1ed2fd 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -29,5 +29,9 @@ "si-LK", "zh-CN", "zh-TW" - ] + ], + "notifications": { + "pxt.microbit.org": "Hello world", + "localhost": "Testing" + } }