Skip to content

Commit

Permalink
update jacdac for Calliope V3
Browse files Browse the repository at this point in the history
  • Loading branch information
MKleinSB committed Oct 25, 2023
1 parent 960a656 commit 099cb51
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions jacdac/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"dependencies": {
"core": "*",
"pxt-grove-lcd": "github:mkleinsb/pxt-grove-lcd#v0.1.3",
"jacdac": "github:microsoft/pxt-jacdac#v1.9.11",
"jacdac-character-screen": "github:microsoft/pxt-jacdac/character-screen#v1.9.11"
"jacdac": "github:microsoft/pxt-jacdac#v1.9.22",
"jacdac-character-screen": "github:microsoft/pxt-jacdac/character-screen#v1.9.22"
},
"files": [
"main.ts",
Expand All @@ -15,10 +15,11 @@
"test.ts"
],
"targetVersions": {
"target": "5.0.12",
"targetId": "microbit"
"target": "6.0.22",
"targetId": "calliopemini"
},
"supportedTargets": [
"calliopemini",
"microbit"
],
"preferredEditor": "tsprj"
Expand Down

0 comments on commit 099cb51

Please sign in to comment.