Unverified Commit 369c8787 authored by Maximilian Gerhardt's avatar Maximilian Gerhardt Committed by GitHub

Add BTC and BLE docs to PlatformIO (#1354)

parent 5bf570c2
......@@ -274,6 +274,17 @@ The lwIP stack can be configured to support only IPv4 (default) or additionally
to the ``platformio.ini``.
Bluetooth Stack
---------------
The Bluetooth Classic (BTC) and Bluetooth Low Energy (BLE) stack can be activated by adding
.. code:: ini
; BTC and BLE
build_flags = -DPIO_FRAMEWORK_ARDUINO_ENABLE_BLUETOOTH
to the ``platformio.ini``.
Selecting a different core version
----------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment