@@ -42,6 +42,6 @@
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "pxt-common-packages": "0.24.2",
 | 
					    "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() {
 | 
					    export function reset() {
 | 
				
			||||||
        U.userError("reset not implemented in simulator yet")
 | 
					        const cb = getResume();
 | 
				
			||||||
 | 
					        pxsim.runtime.restart();
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    export function waitMicros(micros: number) {
 | 
					    export function waitMicros(micros: number) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user