Przeglądaj źródła

Merge branch 'doc/bluetooth_format_fix' into 'master'

docs: fix broken bullet list in BT chapter

See merge request espressif/esp-idf!11044
Krzysztof Budzynski 5 lat temu
rodzic
commit
a1aed140a9
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      docs/en/api-reference/bluetooth/index.rst

+ 1 - 0
docs/en/api-reference/bluetooth/index.rst

@@ -14,6 +14,7 @@ Bluetooth API
     ESP-BLE-MESH <esp-ble-mesh>
 
 ESP-IDF currently supports two host stacks. The Bluedroid based stack (default) supports classic Bluetooth as well as BLE. On the other hand, Apache NimBLE based stack is BLE only. For users to make a choice:
+
 * For usecases involving classic Bluetooth as well as BLE, Bluedroid should be used.
 * For BLE-only usecases, using NimBLE is recommended. It is less demanding in terms of code footprint and runtime memory, making it suitable for such scenarios.