fix for microsoft/pxt#396
This commit is contained in:
parent
17644d4947
commit
9c8886116e
@ -79,15 +79,6 @@
|
|||||||
"aspectRatio": 1.22,
|
"aspectRatio": 1.22,
|
||||||
"parts": true,
|
"parts": true,
|
||||||
"partsAspectRatio": 0.69,
|
"partsAspectRatio": 0.69,
|
||||||
"builtinParts": {
|
|
||||||
"accelerometer": true,
|
|
||||||
"buttonpair": true,
|
|
||||||
"ledmatrix": true,
|
|
||||||
"speaker": true,
|
|
||||||
"bluetooth": true,
|
|
||||||
"thermometer": true,
|
|
||||||
"compass": true
|
|
||||||
},
|
|
||||||
"boardDefinition": {
|
"boardDefinition": {
|
||||||
"visual": "microbit",
|
"visual": "microbit",
|
||||||
"gpioPinBlocks": [
|
"gpioPinBlocks": [
|
||||||
@ -165,9 +156,13 @@
|
|||||||
],
|
],
|
||||||
"attachPowerOnRight": true,
|
"attachPowerOnRight": true,
|
||||||
"onboardComponents": [
|
"onboardComponents": [
|
||||||
|
"accelerometer",
|
||||||
"buttonpair",
|
"buttonpair",
|
||||||
"ledmatrix",
|
"ledmatrix",
|
||||||
"speaker"
|
"speaker",
|
||||||
|
"bluetooth",
|
||||||
|
"thermometer",
|
||||||
|
"compass"
|
||||||
],
|
],
|
||||||
"useCrocClips": true,
|
"useCrocClips": true,
|
||||||
"marginWhenBreadboarding": [
|
"marginWhenBreadboarding": [
|
||||||
|
Loading…
Reference in New Issue
Block a user