Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
examples/micropython: fix checked PID
With #14224 the idle thread became optional, so the main thread can have either 1 or 2 as PID, depending if the idle thread is included or not. As this might also change in the future, it is probably the best to just expect any number.
- Loading branch information