Skip to content

Commit 77b5246

Browse files
committed
Update main.blocks, main.ts, columbuseye.ts, _locales/de/pxt-columbuseye-strings.json
1 parent dbc49c2 commit 77b5246

File tree

6 files changed

+3
-6
lines changed

6 files changed

+3
-6
lines changed

.github/makecode/blocks.png

-4.23 KB
Loading

.github/makecode/blocksdiff.png

7.08 KB
Loading

_locales/de/pxt-columbuseye-strings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"TCS34725.zeichneSaule|block": "zeichne Säule mit dem Wert %Wert | an Spalte | %Position",
2626
"TCS34725.Wasserfarbe|block": "Wasserfarbe %color erkannt",
2727
"TCS34725.Toleranzf|block": "Toleranz bei Farberkennung %tol",
28-
"TCS34725.Farberkennung|block": "Farberkennung über RGB-Werte R %RWert G %GWert B %BWert"
28+
"TCS34725.Farberkennung|block": "Farberkennung über RGB-Werte R %RWert G %GWert B %BWert",
2929
"TCS34725.Farbmemory|block": "Farbmemory"
3030
}

columbuseye.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ namespace TCS34725 {
411411
//% color.fieldOptions.width=200
412412
//% color.fieldOptions.columns=4
413413
//% blockId="LernFarbe" block="learn color %color"
414-
//% group="On Start"
414+
//% group="Sensor"
415415
export function LernFarbe (color:Wasserfarben) {
416416

417417
basic.showIcon(IconNames.ArrowWest)

main.blocks

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<xml xmlns="https://developers.google.com/blockly/xml"><block type="pxt-on-start" id="jeI/*Gy=bKEbs@Mc)Lr{" x="20" y="20"/><block type="device_forever" id="pC:X=up@hx[*-b(%?gRm" x="225" y="20"/></xml>
1+
<xml xmlns="https://developers.google.com/blockly/xml"/>

main.ts

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
basic.forever(function () {
2-
3-
})

0 commit comments

Comments
 (0)