Skip to content

Commit fb6f684

Browse files
committed
Remove ID string display
1 parent a778b37 commit fb6f684

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

pxt.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"public": true,
2424
"targetVersions": {
25-
"target": "4.0.17",
25+
"target": "4.0.18",
2626
"targetId": "microbit"
2727
},
2828
"supportedTargets": [

weatherbit.ts

-4
Original file line numberDiff line numberDiff line change
@@ -481,10 +481,6 @@ namespace weatherbit {
481481
basic.showString("SIM!")
482482
simWeather()
483483
}
484-
else {
485-
basic.showString("ID=")
486-
basic.showNumber(id)
487-
}
488484

489485
// The 0xE5 register is 8 bits where 4 bits go to one value and 4 bits go to another
490486
let e5Val = 0

0 commit comments

Comments
 (0)