Files
pycom-documentation/content/pybytes/api/reconnect.md
2020-01-27 21:23:15 +01:00

25 lines
300 B
Markdown

---
title: "Reconnect"
aliases:
- pybytes/api/reconnect
---
Reconnects device.
**Method**
----
**pybytes.reconnect()**
**Example**
----
`pybytes.reconnect()`
**Success Response**
----
After the device disconnects:
```
>> Connecting with SSID and PASSWORD
>> WiFi connection established
```