So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By nicmar
#67718 Hi everyone, supernoob here! :)

Is it normal that it takes 30 seconds to upload a simple sketch (blink)? I'm using NodeMCU ESP-12e and Deviot in Sublime as my IDE.

Or are there any settings/optimizations I can do to make it faster? I think I read somewhere that you can disable verification of code after upload, but I can't find a setting like that in Deviot.

Thanks!
User avatar
By alex_g
#67735 Your "simple" sketch also contains a lot of compiled overhead to bridge it to the ESP8266. If you look, it is unlikely to be anything less than 200k in size. So, yes, 30 seconds sounds like a good fast speed for an upload.