Hallo together,
I have a really strange behaviour in the Arduino IDE. I am trying to program an ESP32. I installed the boards, everything is fine. I can compile a sample program, also no errors.
When I then try to upload the program to the ESP32, it shows the call to the uploader in the IDE, but then nothing happens. COM-Port is correct.
What is strange: When I copy the upload command to clipboard and execute it in a command line window, everything works fine. The ESP32 gets connected and the software uploaded.
I am using ArduinoIDE v1.8.19
Does anybody know how I can solve this?