From c1834fb30122d256e64fdc41d3db6589d87212ca Mon Sep 17 00:00:00 2001 From: Gregg Date: Sat, 11 Nov 2023 09:22:56 -0600 Subject: [PATCH] Update 07-AccessoryNames.ino --- examples/07-AccessoryNames/07-AccessoryNames.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/07-AccessoryNames/07-AccessoryNames.ino b/examples/07-AccessoryNames/07-AccessoryNames.ino index 41a1191..3830d46 100644 --- a/examples/07-AccessoryNames/07-AccessoryNames.ino +++ b/examples/07-AccessoryNames/07-AccessoryNames.ino @@ -54,8 +54,8 @@ void setup() { // Rather, the default name of the first Accessory Tile will always be shown by the Home App as the name specified in // homeSpan.begin() regardless of whether or not the Name Characteristic has been added to the Accessory Information Service. - // Below is a replay of Example 6 showing how the Name Characteristic can be used to change the default names of the second, - // but not the first, Accessory Tile. + // Below is a replay of Example 6 showing how the Name Characteristic can be used to change the default names of the second + // and third, but not the first, Accessory Tile. Serial.begin(115200);