Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to set upload speed on NodeMCU #127

Closed
scottchiefbaker opened this issue Jan 11, 2019 · 2 comments
Closed

Unable to set upload speed on NodeMCU #127

scottchiefbaker opened this issue Jan 11, 2019 · 2 comments
Labels
conclusion: invalid Issue/PR not valid

Comments

@scottchiefbaker
Copy link

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?

arduino-cli upload -p /dev/ttyUSB1 --fqbn esp8266:esp8266:nodemcuv2:UploadSpeed=115200 ~/Arduino/MySketch/
Error: getting build properties for board esp8266:esp8266:nodemcuv2: invalid option 'UploadSpeed'

Am I using the option incorrectly? Or is there a better way to do this?

@per1234
Copy link
Contributor

per1234 commented Jan 11, 2019

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.

Reference: esp8266/Arduino#5572

@scottchiefbaker
Copy link
Author

That did fix my issue thank you.

per1234 added a commit that referenced this issue Aug 9, 2021
Make the default value of the --recursive flag false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: invalid Issue/PR not valid
Projects
None yet
Development

No branches or pull requests

2 participants