We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a778b37 commit fb6f684Copy full SHA for fb6f684
pxt.json
@@ -22,7 +22,7 @@
22
],
23
"public": true,
24
"targetVersions": {
25
- "target": "4.0.17",
+ "target": "4.0.18",
26
"targetId": "microbit"
27
},
28
"supportedTargets": [
weatherbit.ts
@@ -481,10 +481,6 @@ namespace weatherbit {
481
basic.showString("SIM!")
482
simWeather()
483
}
484
- else {
485
- basic.showString("ID=")
486
- basic.showNumber(id)
487
- }
488
489
// The 0xE5 register is 8 bits where 4 bits go to one value and 4 bits go to another
490
let e5Val = 0
0 commit comments