-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Extend node.info([buildRef,[modules]]) #1739
Comments
For cloud builds there are some information that printed on bootup. So I agree for expose that data somewhere in Lua-level. |
My cloud builder simply redefines There are more details here #449 (comment). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I am working at #2799 and would like to add these informations too. |
fixed by #2830 |
Hi at all,
I'm trying different builds with different settings to understand how nodeMcu.
The more difficulty that I met it is to identify the build of firmware and the selected modules.
I would suggest adding to node.info optional parameters:
buildRef - returns the short hash of the commit to which the build refers
modules - returns a table containing the list of modules selected on user_modules.h
The text was updated successfully, but these errors were encountered: