Skip to content

Commit

Permalink
Aktualisiere pxt.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MKleinSB committed May 21, 2023
1 parent 200ce0b commit fc2440e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"version": "0.0.5",
"description": "Driver for I2C SSD1306/SSD1308 OLED-Displays with german Characters extension",
"dependencies": {
"core": "*",
"radio": "*"
"core": "*"
},
"files": [
"README.md",
Expand All @@ -13,5 +12,13 @@
"testFiles": [
"test.ts"
],
"public": false
"public": false,
"targetVersions": {
"target": "4.0.29",
"targetId": "calliopemini"
},
"supportedTargets": [
"calliopemini"
],
"preferredEditor": "tsprj"
}

0 comments on commit fc2440e

Please sign in to comment.