From 76e3e3476e3b5bfe853d19a812eddd60dfc6f93f Mon Sep 17 00:00:00 2001 From: Prasad Alatkar Date: Fri, 15 Jan 2021 20:31:46 +0530 Subject: [PATCH] NimBLE throughput example: make multi target support readable --- .../nimble/throughput_app/blecent_throughput/README.md | 3 +++ .../nimble/throughput_app/bleprph_throughput/README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/examples/bluetooth/nimble/throughput_app/blecent_throughput/README.md b/examples/bluetooth/nimble/throughput_app/blecent_throughput/README.md index b06bcb6e53..9dbd38ba68 100644 --- a/examples/bluetooth/nimble/throughput_app/blecent_throughput/README.md +++ b/examples/bluetooth/nimble/throughput_app/blecent_throughput/README.md @@ -1,3 +1,6 @@ +| Supported Targets | ESP32 | +| ----------------- | ----- | + # Throughput blecent Example (See the README.md file in the upper level 'examples' directory for more information about examples.) diff --git a/examples/bluetooth/nimble/throughput_app/bleprph_throughput/README.md b/examples/bluetooth/nimble/throughput_app/bleprph_throughput/README.md index af7f5d80ac..1e0d1a77da 100644 --- a/examples/bluetooth/nimble/throughput_app/bleprph_throughput/README.md +++ b/examples/bluetooth/nimble/throughput_app/bleprph_throughput/README.md @@ -1,3 +1,6 @@ +| Supported Targets | ESP32 | +| ----------------- | ----- | + # Throughput bleprph Example (See the README.md file in the upper level 'examples' directory for more information about examples.)