_threads, sockets and interruption with ESP32

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
ghusson
Posts: 9
Joined: Tue Jan 23, 2018 4:41 pm

Re: _threads, sockets and interruption with ESP32

Post by ghusson » Fri Jan 26, 2018 3:33 pm

Roberthh : Thank you ofr sharing your experience.
For information, I was working on a code derived from your work :-)
I found here : https://github.com/lemariva/uPyPortal/b ... ter/ftp.py
I wanted to have it managed by a background thread and with automatic restart.
No way to do this rock solid in face of Ctrl+C and Ctrl + D with my current knowledge.
Thus I am going to Loboris Micropython. With his C code, when Ctrl + D, the thread restarts with no problem :-)

Post Reply