You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed: Buzzer not sounding on nights with good Wi-Fi.
When Wi-Fi connected and the clock synced successfully, the audio
codec (the chip that drives the speaker) was never initialised — it
was only being set up in the error/fallback code paths. This meant
the push notification would arrive on your phone, but the device's
built-in buzzer would stay silent even if you didn't acknowledge the
alert. The codec is now initialised at boot regardless of whether
Wi-Fi succeeds, so the buzzer is always ready.