forked from microsoft/pxt-calliope
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- remove extension "joernalraun/robot" - fix case in "one-time-pairing" - keep ble disabled for mini 1
- Loading branch information
1 parent
83aed8c
commit dac5a21
Showing
8 changed files
with
142 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Bluetooth services disabled | ||
|
||
This extensions disables the BLE in the program. | ||
|
||
If this extension is included into the Project it will stop loading the BLE stack. | ||
|
||
Pressing A+B+Reset or Tripple-Reset is then required to restart into DFU-Mode for flashing the Calliope mini via Bluetooth. | ||
|
||
``` | ||
"bluetooth": { | ||
"enabled": 0 | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"name": "bluetooth-disabled", | ||
"description": "Disables Bluetooth. Require AB+Reset to start bluetooth.", | ||
"dependencies": { | ||
"core": "file:../core" | ||
}, | ||
"files": [ | ||
"README.md" | ||
], | ||
"public": true, | ||
"weight": 10, | ||
"searchOnly": true, | ||
"icon": "./static/packages/bluetooth/icon.png", | ||
"yotta": { | ||
"config": { | ||
"microbit-dal": { | ||
"bluetooth": { | ||
"enabled": 0 | ||
} | ||
} | ||
}, | ||
"optionalConfig": { | ||
"microbit-dal": { | ||
"bluetooth": { | ||
"enabled": 0 | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters