Skip to content
New issue

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

Menu option to display MicroPython version #26

Open
DavesCodeMusings opened this issue May 11, 2024 · 0 comments
Open

Menu option to display MicroPython version #26

DavesCodeMusings opened this issue May 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@DavesCodeMusings
Copy link
Owner

MicroPython version can be found by doing this at the REPL prompt:

>>> from sys import version
>>> print(version)
3.4.0; MicroPython v1.21.0 on 2023-10-05

It could also be done with an MPRemote Exec one-liner:

py.exe -m mpremote connect COM3 exec 'from sys import version; print(version.split(";")[1].lstrip())'
MicroPython v1.21.0 on 2023-10-05

Might be nice to have a menu option for this. Like maybe, Show MicroPython Version (version), right under Set realtime clock

@DavesCodeMusings DavesCodeMusings added the enhancement New feature or request label May 11, 2024
@DavesCodeMusings DavesCodeMusings self-assigned this May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant