mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 13:06:14 +01:00
changed link
This commit is contained in:
@@ -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. 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.
|
||||
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](/tutorials/networkprotocols/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()
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user