Open
Description
When developing for the ESP8266, it often happens that the upload fails. Therefore it is easier if i export the binary and then upload it from the Command Line.
A small improvement point for this would be if there is an option to configure that the sketch is saved also before export binary.
The reason is that if the sketch is not saved, then a new copy is made which is compiled from scratch. A typical ESP8266 sketch is quite big and it compiles more than 1 minute. In comparison if i save and recompile then it takes "just" 30 seconds :)