Description
Problem 1
UPDATE: I found that the problem has been fixed in the nightly build version
Describe the problem
IDE remains in uploading state after successful upload to network port
To reproduce
- Upload to the network port of an ESP8266 board.
🐛 It will always prompt that the upload is in progress, but the program has actually been uploaded successfully, and the ESP8266 program has been successfully updated.
Failure to prompt that the upload is complete will result in the inability to click the upload button again.
Expected behavior
Once the program upload is complete it should complete normally.
Additional context
Upload operation completes as expected when using Arduino IDE 1.8.19
Problem 2
Describe the problem
If no password is configured, the password is still required when uploading to a network port.
To reproduce
- Set up an ESP8266 board for OTA uploads without password verification
🐛 Arduino IDE still prompts for a password at the start of the upload.
Expected behavior
If no password is configured, no password is required.
Additional context
Arduino IDE 1.x does not ask for a password if no password is configured.
Problem 3
Describe the problem
The new version of the IDE does not display some examples
The ArduinoOTA-related examples for ESP8266 are not displayed.
Expected behavior
The IDE should show all routines.
Additional context
The examples are shown in Arduino IDE 1.x:
Arduino IDE version
2.0.3
Operating system
Windows
Operating system version
Windows 10
Additional context
testing platform:NodeMCU 1.0 (ESP-12E Module)
test program:BasicOTA.ino
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details