Skip to content

Update firmware source code#9

Merged
imliubo merged 2 commits intomainfrom
firmware-dev
Mar 25, 2026
Merged

Update firmware source code#9
imliubo merged 2 commits intomainfrom
firmware-dev

Conversation

@Forairaaaaa
Copy link
Copy Markdown
Contributor

Update firmware source code to V0.18

@imliubo imliubo merged commit 605b575 into main Mar 25, 2026
Flo5k5 added a commit to Flo5k5/StackChan that referenced this pull request Apr 22, 2026
The upstream .task{} block was empty, which meant BlufiUtil.startScan()
was never called after the user reached the QR scan page. Consequence:
after scanning the QR, readCodeString() calls openBlufi() to set the
discovery callback, but there's no live scan feeding it - the iPhone
never sees the ESP32 in advertising mode and the app stays stuck on
the main view.

Call getPermission() in .task (which in turn calls getBlueAndWifiInfo()
and startScan() once the user grants location permission, as iOS
requires for BLE scans).

This is a real bug in the open-source app that should also land
upstream as PR m5stack#9. For now it lives on self-host to unblock our
provisioning immediately.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants