mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-22 12:07:26 +01:00
20 lines
273 B
Markdown
20 lines
273 B
Markdown
---
|
|
title: "Connect Wifi"
|
|
aliases:
|
|
- pybytes/api/connect_wifi
|
|
---
|
|
|
|
Initialize watchdog for the WiFi and LTE connection.
|
|
|
|
**Method**
|
|
----
|
|
**pybytes.connect_wifi()**
|
|
|
|
**Success Response**
|
|
----
|
|
|
|
```
|
|
>> Connecting with SSID and PASSWORD
|
|
>> WiFi connection established
|
|
```
|