From 67b0d34cb09cc7c2588ebf6be362c29d35e296c5 Mon Sep 17 00:00:00 2001 From: gijsio <67470426+gijsio@users.noreply.github.com> Date: Mon, 30 Nov 2020 10:43:21 +0100 Subject: [PATCH] added info about mdns --- content/gettingstarted/programming/ftp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/gettingstarted/programming/ftp.md b/content/gettingstarted/programming/ftp.md index 124ebbb..e4da8a1 100644 --- a/content/gettingstarted/programming/ftp.md +++ b/content/gettingstarted/programming/ftp.md @@ -27,7 +27,7 @@ On each Pycom device, there is a small internal filesystem called `/flash`, to w 2. **Connect through A WiFi Network** - It is also possible to connect your pycom device to a WiFi network first, and then connect to its IP address or use [mdns](/firmwareapi/pycom/network/mdns/). Note that you will have to figure out its IP address before you can access the FTP server. For that, you can use the following command. This will return a tuple with four items, where the first item will contain the assigned IP address. + It is also possible to connect your pycom device to a WiFi network first, and then connect to its IP address. Note that you will have to figure out its IP address before you can access the FTP server or use [MDNS](/firmwareapi/pycom/network/mdns/). For that, you can use the following command. This will return a tuple with four items, where the first item will contain the assigned IP address. ```python wlan.ifconfig() ```