Skip to content

Commit 76c0762

Browse files
MDNS Discovery & article removal [HC-1460] (#425)
* mdns-discovery explanation + removed "How many variables can I use in one Thing?" * oops * Update content/Software Support/IDE Settings/About-mdns-discovery.md Co-authored-by: Renat0Ribeir0 <[email protected]> --------- Co-authored-by: Renat0Ribeir0 <[email protected]>
1 parent 794a315 commit 76c0762

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

content/Arduino Cloud/Arduino IoT Cloud/How-many-variables-can-I-use-in-one-Thing.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

content/Software Support/IDE Settings/About-mdns-discovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "About mdns-discovery"
33
id: 4506515275548
44
---
55

6-
Arduino IDE includes an [mDNS discovery tool](https://github.com/arduino/mdns-discovery) which is used to find available network ports.
6+
Arduino IDE includes an [mDNS discovery tool](https://github.com/arduino/mdns-discovery) used to identify the ports of boards that support the Over-The-Air (OTA) feature. This tool helps Arduino IDE communicate with compatible network-connected boards for tasks like OTA uploads. It detects the addition and removal of these ports on the local network, allowing the IDE to keep the list of available ports updated. This ensures that the port listings, such as those found in the _Tools > Port_ menu and the board selector in the IDE, are up-to-date.
77

88
When a new version of mdns-discovery is available, it will automatically be installed by Arduino IDE. The new version may be treated as a new application by your computer. For this reason, you may have to allow the application to communicate on the network after an update. You can see the [release history for mdns-discovery here](https://github.com/arduino/mdns-discovery/releases).
99

0 commit comments

Comments
 (0)