I am trying to run the Hello World example with ESP32. The values are printed but afterwards the following issue is shown:
"PROBLEM IN THONNY'S BACK-END: Exception while handling 'get_globals' (thonny.plugins.micropython.mp_back.ManagementError: Management markers missing).
See Thonny's backend.log for more info.
You may need to press "Stop/Restart" or hard-reset your MicroPython device and try again.
I am trying to run the Hello World example with ESP32. The values are printed but afterwards the following issue is shown:
"PROBLEM IN THONNY'S BACK-END: Exception while handling 'get_globals' (thonny.plugins.micropython.mp_back.ManagementError: Management markers missing). See Thonny's backend.log for more info. You may need to press "Stop/Restart" or hard-reset your MicroPython device and try again.
Process ended with exit code 1."
If anyone has encountered it, please let me know.