-->
Page 20 of 26

Re: [NodeMcu] Change log (build 20150124)

PostPosted: Sun Jan 25, 2015 8:01 am
by gwizz
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!!

Re: [NodeMcu] Change log (build 20150124)

PostPosted: Sun Jan 25, 2015 9:32 am
by GeoNomad
zeroday wrote:https://github.com/nodemcu/nodemcu-firmware/wiki
http://nodemcu.github.io/
English api doc updated.
please update wiki if any error spotted


Thank you!

You are the best!

Re: [NodeMcu] Change log (build 20150124)

PostPosted: Fri Jan 30, 2015 8:20 am
by Markus Gritsch
@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

Re: [NodeMcu] Change log (build 20150124)

PostPosted: Fri Jan 30, 2015 1:32 pm
by MeNoGeek
Markus Gritsch wrote:a space somewhere in it's path
:o There's a special place in hell for people who do that.