Search found 1 match

by apluess
Thu Apr 12, 2018 7:38 am
Forum: Showcase
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 49
Views: 121554

Re: MicroPython on ESP32 with SPIRAM support

Thank you for the awesome SPIRAM contribution. I like also the thread support that is needed for many of my projects. Here my question:

I create a new thread that runs in an endless while loop like

while isRunning:
---
I would like to stop this thread when I press ^C in the main REPL thread ...

Go to advanced search