Hey guys, thanks a lot for supporting Espruino on the ESP32, it works like a charm for me so far (I'm using it successfully with GPS and an OLED display).
But today I tried to turn off Wifi and Bluetooth via ESP.enableBLE(false); and ESP.enableWifi(false);. Unfortunately I always end up in a boot loop. It works when I disable either Wifi or BLE, but not both. When I try to disable both, this is logged every second:
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.
Hey guys, thanks a lot for supporting Espruino on the ESP32, it works like a charm for me so far (I'm using it successfully with GPS and an OLED display).
But today I tried to turn off Wifi and Bluetooth via
ESP.enableBLE(false);
andESP.enableWifi(false);
. Unfortunately I always end up in a boot loop. It works when I disable either Wifi or BLE, but not both. When I try to disable both, this is logged every second:I'm using the Adafruit Huzzah32 Board with Espruino 2v06.
I needed to reflash the board to get back access. Hope anyone has an idea why that happens.
Thanks,
Patrick