Skip to content

Using the network port to upload the program requires three questions such as entering a password #1770

Closed as not planned
@Loryoung

Description

@Loryoung

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

  1. 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.

image

Failure to prompt that the upload is complete will result in the inability to click the upload button again.

image

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

  1. Set up an ESP8266 board for OTA uploads without password verification

🐛 Arduino IDE still prompts for a password at the start of the upload.

image

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.

image

Expected behavior

The IDE should show all routines.

Additional context

The examples are shown in Arduino IDE 1.x:

image


Arduino IDE version

2.0.3

Operating system

Windows

Operating system version

Windows 10

Additional context

testing platform:NodeMCU 1.0 (ESP-12E Module)

image

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions