I'll see if I can do a build with the setting at auto at some stage for you to test... not sure when.
You can use ESP32.enableBLE(false) and see if that make a difference on the recent builds. Possible it's a using both radios at once issue.
ESP32.enableBLE(false)
@Wilberforce started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I'll see if I can do a build with the setting at auto at some stage for you to test... not sure when.
You can use
ESP32.enableBLE(false)
and see if that make a difference on the recent builds. Possible it's a using both radios at once issue.