Disabling Wifi and BLE results in boot loop #7409
Unanswered
espruino-discuss3
asked this question in
ESP32
Replies: 1 comment
-
Posted at 2020-08-22 by pat_bln Damn, sorry. I saw too late, that there is a post already... http://forum.espruino.com/conversations/337530/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-08-22 by pat_bln
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
Beta Was this translation helpful? Give feedback.
All reactions