Merge pull request #252 from meshtastic/wifi_note

add note about bluetooth to wifi settings
This commit is contained in:
Andre Kirchhoff 2022-02-21 09:00:49 -03:00 committed by GitHub
commit 038cea402d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,10 @@ title: WiFi on ESP32 devices
sidebar_label: WiFi
---
:::note
Enabling WiFi will disable Bluetooth. Only one method will work at a time.
:::
The ESP32 based devices have the ability to connect to WiFi and also are able to create a software based access point. The WiFi can be set up through the python API. The WiFi can also be set to AP mode by rebooting the device with the program switch depressed.
## Setting up WiFi in host mode
@ -110,4 +114,4 @@ http://meshtastic.local
* * * * *
```
To disable to WiFi access point, simply reboot your device.
To disable the WiFi access point, simply reboot your device.