Skip to content

Commit 369c878

Browse files
authored
Add BTC and BLE docs to PlatformIO (earlephilhower#1354)
1 parent 5bf570c commit 369c878

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/platformio.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,17 @@ The lwIP stack can be configured to support only IPv4 (default) or additionally
274274
275275
to the ``platformio.ini``.
276276

277+
Bluetooth Stack
278+
---------------
279+
280+
The Bluetooth Classic (BTC) and Bluetooth Low Energy (BLE) stack can be activated by adding
281+
282+
.. code:: ini
283+
284+
; BTC and BLE
285+
build_flags = -DPIO_FRAMEWORK_ARDUINO_ENABLE_BLUETOOTH
286+
287+
to the ``platformio.ini``.
277288

278289
Selecting a different core version
279290
----------------------------------

0 commit comments

Comments
 (0)