Skip to content

Commit

Permalink
Update 2024 06 (#290)
Browse files Browse the repository at this point in the history
* Minor fixes

- remove extension "joernalraun/robot"
- fix case in "one-time-pairing"
- keep ble disabled for mini 1

* remove bluetooth-disabled

* lowercase funk extension
  • Loading branch information
Amerlander authored May 1, 2024
1 parent 7b5dd41 commit 1e8f51f
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 18 deletions.
2 changes: 1 addition & 1 deletion libs/core-mini-codal/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"core": "file:../core",
"microphone": "file:../microphone",
"One-Time-Pairing": "file:../one-time-pairing"
"one-time-pairing": "file:../one-time-pairing"
},
"disablesVariants": [
"minidal"
Expand Down
2 changes: 1 addition & 1 deletion libs/funk/pxt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Funk",
"name": "funk",
"description": "Stellt die Funk-Blöcke bereit",
"dependencies": {
"core": "file:../core"
Expand Down
2 changes: 1 addition & 1 deletion libs/one-time-pairing/pxt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "One-Time-Pairing",
"name": "one-time-pairing",
"description": "Settings for Android and iOS for Calliope mini 3",
"dependencies": {
"core": "file:../core"
Expand Down
107 changes: 94 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions targetconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@
"microsoft/pxt-microturtle",
"microsoft/pxt-neopixel",
"calliope-edu/pxt-faces",
"joernalraun/robot",
"calliope-net/i2c-liste",
"calliope-edu/pxt-storage",
"calliope-edu/warte-bis",
Expand Down Expand Up @@ -363,7 +362,6 @@
],
"preferred": true
},
"joernalraun/robot": {},
"51bit/sfc": {},
"51bit/smarttools": {},
"51bit/dfplayermini": {},
Expand Down

0 comments on commit 1e8f51f

Please sign in to comment.