mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 16:06:43 +01:00
25 lines
300 B
Markdown
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
|
|
```
|