mmm Well I tried http://www.visualmicro.com/ in visual studio and its quicker but still in the minutes range.. As a positive though if its already been compiled you can deploy directly.
For some reason it now works fast.. So i think theres something environmental (Mental)... maybe virus checker????
but my sketch still doesn't run...
OK to reiterate some things & things Ive noticed.
1. I'm using Arduino 1.6.4
2. NodeMCU board (worked fine with LUA)
3. Added latest Arduino/ESP8266 board via Boards Manager
4. PC is Lenovo T440p, 12Gb Ram so plenty of grunt
5. Selected Tools/Board/NodeMCU
6. CPU = 80Mhz
7. Upload = 115,200
8. Programmer .. Well I dont see a ESP programmer so I left it default, it appears to have selected AVRISP mk2
9. "Hello World" consists of
void setup() {
Serial.begin(9600);
Serial.println("start");
}
void loop() {
Serial.println("spinning");
delay(2000);
}
10. hit Verify .. and bang it compiled in 10seconds...
11. Hit Send.... flashed in 10s or so
12. open Serial (9600).. dont see anything.
13. hit reset, see "0‚n?–4û!‹I…4ž‚":š¶ÖºÒ" nothing else..
Getting closer.... any comments?
And yes when I get this running Im gonna do a nice youtube video!