CircuitPython Version
Adafruit CircuitPython 10.2.1 on 2026-05-13; Maker Go ESP32C3 Supermini with ESP32-C3
Board ID:makergo_esp32c3_supermini
and other devices, e.g. Seeed Studio XIAO nRF52840 (Sense) by Seeed Studio -> bug is not device dependent
Workflow(s)
BLE
Browser(s)
Google Chrome (Windows) Version 149.0.7827.201 (Official Build) (64-bit)
Console Log
Steps
- open https://code.circuitpython.org/
- press "connect"
- press "request bluetooth device"
- select "CIRCUITPY144ac2" from the dialog
- check web developer console
Description
javascript hangs in
async versionInfo() {
let e = {};
console.log(Reading version info);
let t = await this.readFile(/boot_out.txt, !1);
^^^^^^^^^^ ----- seems that this method does not return / no timeout ????
Additional information
this progress dialog is shown endless

CircuitPython Version
and other devices, e.g. Seeed Studio XIAO nRF52840 (Sense) by Seeed Studio -> bug is not device dependent
Workflow(s)
BLE
Browser(s)
Console Log
Steps
Description
javascript hangs in
async versionInfo() {
let e = {};
console.log(
Reading version info);let t = await this.readFile(
/boot_out.txt, !1);^^^^^^^^^^ ----- seems that this method does not return / no timeout ????
Additional information
this progress dialog is shown endless
