Current Lua downloadable firmware will be posted here

User avatar
By gwizz
#8154
zeroday wrote:English api doc updated.
please update wiki if any error spotted


Nice work Zeroday - to write great code is one thing, to follow through with the documentation is one more, together it's a powerful combination. And also I'm really looking forward to getting delivery of my devkit too!

So then I can run nodeMCU code on a nodeMCU board - a Wozniak double :D

Would you prefer to receive a pull request with wiki errors corrected or report in this thread or some other means? What is the easiest for you?

Keep on hacking!!
User avatar
By Markus Gritsch
#8514 @zeroday: I am compiling on Windows. When the repository is checked out into a folder which has a space somewhere in it's path, launching esptool.py gives an error.

Please change in the Makefile

ESPTOOL = ../tools/esptool.py
to
ESPTOOL = python '../tools/esptool.py'

to fix this problem. Thanks, and keep up the good work!

Cheers,
Markus