You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm able to compile and upload sketches to my NodeMCU board just fine. The upload process is pretty slow, as it looks like it defaults to 115200. In the Arduino UI I'm able to set the upload speed to 460800 and upload just fine. Reading #61 it looks like you can specify the upload speed in the --fqbn but it doesn't work?
ESP8266 recently changed the menu property names, breaking fqbns that were valid in the previous versions of the ESP8266 core. UploadSpeed was changed to baud.
I'm able to compile and upload sketches to my NodeMCU board just fine. The upload process is pretty slow, as it looks like it defaults to 115200. In the Arduino UI I'm able to set the upload speed to 460800 and upload just fine. Reading #61 it looks like you can specify the upload speed in the
--fqbn
but it doesn't work?Am I using the option incorrectly? Or is there a better way to do this?
The text was updated successfully, but these errors were encountered: