Merge pull request #70 from Microsoft/nodefaultinfrared

removing infrared from default ev3 configuration
This commit is contained in:
Peli de Halleux 2017-12-05 11:15:17 -08:00 committed by GitHub
commit 903e98ca22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,6 @@
"color-sensor": "file:../color-sensor", "color-sensor": "file:../color-sensor",
"touch-sensor": "file:../touch-sensor", "touch-sensor": "file:../touch-sensor",
"ultrasonic-sensor": "file:../ultrasonic-sensor", "ultrasonic-sensor": "file:../ultrasonic-sensor",
"infrared-sensor": "file:../infrared-sensor",
"gyro-sensor": "file:../gyro-sensor" "gyro-sensor": "file:../gyro-sensor"
}, },
"public": true "public": true

View File

@ -89,6 +89,8 @@
"termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977", "termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977",
"githubUrl": "https://github.com/Microsoft/pxt-ev3", "githubUrl": "https://github.com/Microsoft/pxt-ev3",
"boardName": "LEGO Mindstorms EV3 Brick", "boardName": "LEGO Mindstorms EV3 Brick",
"selectLanguage": true,
"highContrast": true,
"docMenu": [ "docMenu": [
{ {
"name": "About", "name": "About",