Merge remote-tracking branch 'origin/master' into pxtv50

This commit is contained in:
Peli de Halleux
2019-08-27 14:14:40 -07:00
3 changed files with 15 additions and 4 deletions

View File

@ -207,7 +207,7 @@ namespace sensors.internal {
constructor(port: number) {
super(port)
this.mode = 0
this.realmode = -1
this.realmode = 0
}
_activated() {
@ -513,4 +513,4 @@ namespace sensors {
}
}
}
}
}