We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf570c commit 369c878Copy full SHA for 369c878
docs/platformio.rst
@@ -274,6 +274,17 @@ The lwIP stack can be configured to support only IPv4 (default) or additionally
274
275
to the ``platformio.ini``.
276
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``.
288
289
Selecting a different core version
290
----------------------------------
0 commit comments