From fc2440e11d0a9f315a14d71ed97a380f137edb77 Mon Sep 17 00:00:00 2001 From: Michael Klein <37311672+MKleinSB@users.noreply.github.com> Date: Sun, 21 May 2023 22:48:02 +0200 Subject: [PATCH] Aktualisiere pxt.json --- pxt.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/pxt.json b/pxt.json index 9e8326d..7057325 100644 --- a/pxt.json +++ b/pxt.json @@ -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", @@ -13,5 +12,13 @@ "testFiles": [ "test.ts" ], - "public": false + "public": false, + "targetVersions": { + "target": "4.0.29", + "targetId": "calliopemini" + }, + "supportedTargets": [ + "calliopemini" + ], + "preferredEditor": "tsprj" }