parent
9002edbb22
commit
2bcae02493
@ -42,6 +42,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"pxt-common-packages": "0.24.2",
|
||||
"pxt-core": "4.1.18"
|
||||
"pxt-core": "4.1.19"
|
||||
}
|
||||
}
|
||||
|
@ -40,7 +40,8 @@ namespace pxsim.control {
|
||||
}
|
||||
|
||||
export function reset() {
|
||||
U.userError("reset not implemented in simulator yet")
|
||||
const cb = getResume();
|
||||
pxsim.runtime.restart();
|
||||
}
|
||||
|
||||
export function waitMicros(micros: number) {
|
||||
|
Loading…
Reference in New Issue
Block a user