ESP32.enableBT(false) - where is that setting stored? #7481
Unanswered
espruino-discuss3
asked this question in
ESP32
Replies: 1 comment
-
Posted at 2024-04-17 by @gfwilliams Well, the function at https://github.com/espruino/Espruino/blob/8f3a9cb52/targets/esp32/jswrap_esp32.c#L246 uses So it seems it uses Posted at 2024-04-17 by @MaBecker Thanks, so will dig here Non-Volatile Storage for a solution.
Found this tool named Espressif-NVS-Analyzer to decode the nvs data. |
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
-
Posted at 2024-04-17 by @MaBecker
Hi, there is that espouse.py on GitHub that can read the efuse data.
now reading the efuse section
"value" : false
does not match the expected result ....Any hints?
Beta Was this translation helpful? Give feedback.
All reactions