lancaster-university / codal-microbit-v2

CODAL target for the micro:bit v2.x series of devices
MIT License
41 stars 50 forks source link

Waking up turns on the microphone even if it is never used #397

Closed microbit-carlos closed 3 months ago

microbit-carlos commented 7 months ago

With current MakeCode Live using CODAL v0.2.63.

When this programme wakes up the microphone LED stays permanently ON:

image
input.onButtonPressed(Button.A, function () {
    power.lowPowerRequest()
})
power.fullPowerOn(FullPowerSource.B)
basic.showIcon(IconNames.Heart)

microbit-ad.hex.zip

microbit-carlos commented 4 months ago

@JohnVidler I believe this still need to be fixed, or have you pushed a fix to a non-main branch?

JohnVidler commented 3 months ago

This is now fixed in master; and I can't reproduce this on the beta build for v0.2.66.

Calling this complete unless we see a regression.