Skip to content
Discussion options

You must be logged in to vote

Nothing in micropython will magically run faster or in the background. A function scheduled using micropython.schedule() will block execution of everything else.
To achieve background processing you will need to use an extra thread or asyncio.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@big-vl
Comment options

@karfas
Comment options

@big-vl
Comment options

@karfas
Comment options

Answer selected by big-vl
@big-vl
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #13048 on November 22, 2023 09:55.