Skip to content

[OTA] Device no longer found by Arduino IDE 2.5.0 (Beta 1) #5487

Closed
@Swiftnesses

Description

@Swiftnesses

Basic Infos

  • This issue complies with the issue POLICY doc.
  • I have read the documentation at readthedocs and the issue is not addressed there.
  • I have tested that the issue is present in current master branch (aka latest git).
  • I have searched the issue tracker for a similar issue.
  • If there is a stack dump, I have decoded it.
  • I have filled out all fields below.

Platform

  • Hardware: [NodeMCU V1.0]
  • Core Version: [Latest Arduino IDE build]
  • Development Env: [Arduino IDE]
  • Operating System: [MacOS]

Settings in IDE

  • Module: [NodeMCU V1.0]
  • Flash Mode: [qio|dio|other]
  • Flash Size: [4MB (No SPIFFS)]
  • lwip Variant: [v2 Higher Bandwidth]
  • CPU Frequency: [80Mhz|160MHz]
  • Upload Using: [OTA]

Problem Description

Following the update to 2.5.0 (Beta 1), devices are no longer found by Arduino IDE (1.8.9).

Restarted IDE, no change. Reverting back to 2.4.2 (full flash erase via OTA), devices show within 10 seconds. Note: the valve is remote to the house, so I have not tried a serial flash (I will, once the weather improves!).

Sketch contains the following ESP parameters:

  // Prevent wifi sleeping
  WiFi.setSleepMode(WIFI_NONE_SLEEP);
  // 802.11n
  WiFi.setPhyMode(WIFI_PHY_MODE_11N);
  // Station mode
  WiFi.mode(WIFI_STA);

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions