We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Can you add a function under board where the user can get the description of the CP OS in use?
board.os_id looks a lot like board.board_id to keep format. Both are derrived from the OS.
Bruce
The text was updated successfully, but these errors were encountered:
Hi, that's not information related to the board, it is found in the os and sys modules. For example:
>>> import os >>> os.uname() (sysname='ESP32S3', nodename='ESP32S3', release='10.0.0', version='10.0.0-alpha.2-11-gb9f631e219 on 2025-04-14', machine='ESP32-S3-Box-2.5 with ESP32S3') >>> import sys >>> sys.implementation (name='circuitpython', version=(10, 0, 0, ''), _machine='ESP32-S3-Box-2.5 with ESP32S3', _mpy=774)
Sorry, something went wrong.
@Neradoc,
OH, I didn't know that. Thank you.
No branches or pull requests
Hi,
Can you add a function under board where the user can get the description of the CP OS in use?
board.os_id looks a lot like board.board_id to keep format. Both are derrived from the OS.
Bruce
The text was updated successfully, but these errors were encountered: