From 22ab1cba8d2ae70981c211bdc2332c96774e4dd0 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 5 Dec 2017 10:49:48 -0800 Subject: [PATCH 1/2] removing infrared from default ev3 configuration --- libs/ev3/pxt.json | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ev3/pxt.json b/libs/ev3/pxt.json index a5c384c2..61752d25 100644 --- a/libs/ev3/pxt.json +++ b/libs/ev3/pxt.json @@ -12,7 +12,6 @@ "color-sensor": "file:../color-sensor", "touch-sensor": "file:../touch-sensor", "ultrasonic-sensor": "file:../ultrasonic-sensor", - "infrared-sensor": "file:../infrared-sensor", "gyro-sensor": "file:../gyro-sensor" }, "public": true From 8a6408528883f4f2958867f4d5b83863aed2eaca Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 5 Dec 2017 10:53:26 -0800 Subject: [PATCH 2/2] enable language/high contrast --- pxtarget.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pxtarget.json b/pxtarget.json index 30dddfd8..31111b63 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -89,6 +89,8 @@ "termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977", "githubUrl": "https://github.com/Microsoft/pxt-ev3", "boardName": "LEGO Mindstorms EV3 Brick", + "selectLanguage": true, + "highContrast": true, "docMenu": [ { "name": "About",