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

How to find out what version of firmware #2

Open
xpagedeveloper opened this issue Jul 25, 2015 · 2 comments
Open

How to find out what version of firmware #2

xpagedeveloper opened this issue Jul 25, 2015 · 2 comments

Comments

@xpagedeveloper
Copy link

How can I find out what version of firmware the NodeUSB has?

is this the correct way ?
majorVer, minorVer, devVer, chipid, flashid, flashsize, flashmode, flashspeed = node.info();
print("Firmware version "..majorVer.."."..minorVer.."."..devVer)

What version should we have on out NodeUSB:s?

@mikewen
Copy link
Contributor

mikewen commented Jul 27, 2015

When you restart the NodeUSB, it will show the firmware version at the beginning.
You can also run info.lua to get version code, or these 2 lines of code:

 majorVer, minorVer, devVer, chipid, flashid, flashsize, flashmode, flashspeed = node.info();
 print("NodeMCU "..majorVer.."."..minorVer.."."..devVer)

@mikewen mikewen closed this as completed Jul 27, 2015
@mikewen mikewen reopened this Jul 27, 2015
@rhyde
Copy link

rhyde commented Sep 12, 2015

Why is it that the first line or two the board prints is always garbled. It is acting like it is the wrong baudrate or character length, but after the version and startup line everything is clear. I have tried both a MAC and a PC and had the same thing happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants