Warns about SSP only available for ESP32 (#6455)

This commit is contained in:
Rodrigo Garcia
2022-03-28 05:43:10 -03:00
committed by GitHub
parent c25feca639
commit 905f8f2991
6 changed files with 23 additions and 1 deletions

View File

@ -12,7 +12,9 @@ arduino-esp32 includes libraries for Arduino compatibility along with some objec
Bluetooth Low Energy v4.2 client/server framework
### BluetoothSerial
Serial to Bluetooth redirection server
Serial to Bluetooth redirection server\
Note: This library depends on Bluetooth Classic which is only available for ESP32\
(Bluetoothserial is **not available** for ESP32-S2, ESP32-C3, ESP32-S3).
### DNSServer
A basic UDP DNS daemon (includes captive portal demo)