From 2ed15369df7d796d3f792dba442b3aae820657c7 Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Mon, 23 Aug 2021 10:15:37 -0400 Subject: [PATCH] Note that ble_uart_echo_test.py can be used with the Bluefruit app --- examples/ble_uart_echo_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/ble_uart_echo_test.py b/examples/ble_uart_echo_test.py index c6c5fd9..e069919 100644 --- a/examples/ble_uart_echo_test.py +++ b/examples/ble_uart_echo_test.py @@ -2,7 +2,8 @@ # SPDX-License-Identifier: MIT """ -Used with ble_uart_echo_client.py. Receives characters from the UARTService and transmits them back. +Can be used with ble_uart_echo_client.py or with the UART page on the Adafruit Bluefruit Connect app. +Receives characters from the UARTService and transmits them back. """ from adafruit_ble import BLERadio