Unable to upload code after update to 3.0.1 (invalid value '460800' for option 'UploadSpeed') #9786
Closed
Description
Board
nodemcu-32s
Device Description
no
Hardware Configuration
Uploading any code results in an error
Version
latest master (checkout manually)
IDE Name
Arduino IED
Operating System
Window 11
Flash frequency
PSRAM enabled
yes
Upload speed
default
Description
Uploading the code will directly prompt the following error
I can't find a place on the menu bar where I can change the upload speed. Can you tell me how to change the speed?
It's similar to this problem:#8320
Invalid FQBN: getting build properties for board esp32:esp32:nodemcu-32s: invalid value '460800' for option 'UploadSpeed'
Compilation error: Invalid FQBN: getting build properties for board esp32:esp32:nodemcu-32s: invalid value '460800' for option 'UploadSpeed'
Sketch
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
Debug Message
Invalid FQBN: getting build properties for board esp32:esp32:nodemcu-32s: invalid value '460800' for option 'UploadSpeed'
Compilation error: Invalid FQBN: getting build properties for board esp32:esp32:nodemcu-32s: invalid value '460800' for option 'UploadSpeed'
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.