mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-23 23:37:15 +02:00
Warns about SSP only available for ESP32 (#6455)
This commit is contained in:
@ -10,6 +10,10 @@
|
||||
#error Bluetooth is not enabled! Please run `make menuconfig` to and enable it
|
||||
#endif
|
||||
|
||||
#if !defined(CONFIG_BT_SPP_ENABLED)
|
||||
#error Serial Bluetooth not available or not enabled. It is only available for the ESP32 chip.
|
||||
#endif
|
||||
|
||||
BluetoothSerial SerialBT;
|
||||
boolean confirmRequestPending = true;
|
||||
|
||||
|
Reference in New Issue
Block a user