add wifi note to settings

This commit is contained in:
Foster Irwin 2022-02-22 20:26:10 -07:00
parent 0185fadb39
commit 3ab0284d91

View file

@ -6,6 +6,10 @@ sidebar_label: WiFi
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
:::info
Enabling WiFi will disable bluetooth. Only one method will work at a time.
:::
## 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.