add note about bluetooth to wifi settings

This commit is contained in:
Andre Kirchhoff 2022-02-21 08:50:43 -03:00 committed by GitHub
parent 141a6df397
commit 6b2e46fac0
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 to WiFi access point, simply reboot your device.