mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02:00
Listing the IDF version number in the board description is not as important as it once was, when the IDF was still undergoing a lot of changes. Now, all builds use IDF 5.x and it's possible to query the exact version with platform.platform(). Signed-off-by: Damien George <damien@micropython.org>