mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-12 16:44:20 -08:00
add wifi note to settings
This commit is contained in:
parent
0185fadb39
commit
3ab0284d91
|
@ -6,6 +6,10 @@ sidebar_label: WiFi
|
||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
|
:::info
|
||||||
|
Enabling WiFi will disable bluetooth. Only one method will work at a time.
|
||||||
|
:::
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
The ESP32 based devices have the ability to connect to WiFi as a client and also are able to create a software based access point (SoftAP). See below for more details.
|
The ESP32 based devices have the ability to connect to WiFi as a client and also are able to create a software based access point (SoftAP). See below for more details.
|
||||||
|
|
Loading…
Reference in a new issue