Skip to content

Instantly share code, notes, and snippets.

@Protoneer
Created September 8, 2016 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Protoneer/9df5c1080ea4c5336a54c639a67eafd6 to your computer and use it in GitHub Desktop.
Save Protoneer/9df5c1080ea4c5336a54c639a67eafd6 to your computer and use it in GitHub Desktop.
Install NodeMCU
https://github.com/nodemcu/nodemcu-flasher/blob/master/Win64/Release/ESP8266Flasher.exe?raw=true
-- Connect via serial port
majorVer, minorVer, devVer, chipid, flashid, flashsize, flashmode, flashspeed = node.info();
print(flashsize)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment