Martin Williams

Results 122 comments of Martin Williams

@enauman @FegrusB This code works in [beta](https://makecode.microbit.org/beta) ``` class cord: def __init__(self, xCord, yCord): self.x = xCord self.y = yCord xy = cord(1,2) def on_forever(): basic.show_number(xy.x) basic.show_number(xy.y) basic.forever(on_forever) ```

Related: https://github.com/microsoft/pxt-microbit/issues/3418, https://github.com/microsoft/pxt-microbit/issues/3357

Testing with https://makecode.microbit.org/_1rh4HHL9x11g, starting tones at random with every loops. I was about to say it doesn't go wrong, even if I also press A and B, but it just...

I'm not sure if this would be related. With https://makecode.microbit.org/_3vWDdRdzz0fw, the second tone overrides the first, but it's sound ends when the first would have ended, although the program is...

From support ticket https://support.microbit.org/helpdesk/tickets/55356 (private) This program seems to trigger the same problem. https://makecode.microbit.org/_WmkDFR3aj0rd The sound output stops, but the numbers keep going. @JohnVidler Is there a fix for this...

I simplified it to this: https://makecode.microbit.org/_X8KVjdaCcaHf, so no events or volume or microphone involved. Attach crocodile leads to P0, P1 and GND, then move the free end of the GND...

While I found it worked with my micro:bit V1.5 on MakeCode v4, I think the customer has a micro:bit v1.3, and their code was originally created on MakeCode v2. They...

This may be a red herring, but... When the program below is WebUSB flashed, V2.0 and V2.2 play the tone more than once. There seems to be one extra reset...

The resets also occur when you load up a project, if you plug in micro:bit with a project loaded, and if you switch makecode tabs.

@pelikhan This [pairnow.log](https://github.com/microsoft/pxt-microbit/files/9585480/pairnow.log) was captured from Windows 10 Chrome 105.0.5195.127 with URL https://makecode.microbit.org/?dbg=1&webusbdbg=1&webusbfullflash=1#editor and the console set to All levels. Initially not WebUSB connected, I clicked Download, connected via "pair...