steve3d / arduino-vscode

Arduino IDE support for VSCode
23 stars 7 forks source link

NodeMCU / ESP8266 support #6

Closed ivaylopivanov closed 7 years ago

ivaylopivanov commented 7 years ago

As mentioned here it will be nice to have support for other Arduino devices.

steve3d commented 7 years ago

sorry, I'm not a master of arduino, and this project is just my hobby project, and also this is very first time I heard of this NodeMCU device.

and I don't have this type of device by hand, so even if I want to support it, I can not do that without a actual device.

So sorry for that.

steve3d commented 7 years ago

done, please help me test and give some feedback. thanks

guatedude2 commented 7 years ago

I noted that after running builds on mac for several times, the tmp/sketch gets populated with tmp redundantly so you get tmp/sketch/tmp/sketch/..., so in my script I use .build/ because . files don't get copied over to the sketch

Everything else works perfectly!

guatedude2 commented 7 years ago

I think this ticket can be closed

steve3d commented 7 years ago

You might need to clean or rebuild.

Close this.