Created
September 8, 2016 09:24
-
-
Save Protoneer/9df5c1080ea4c5336a54c639a67eafd6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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