Update 07-AccessoryNames.ino

This commit is contained in:
Gregg 2023-11-11 09:22:56 -06:00
parent 452558319f
commit c1834fb301
1 changed files with 2 additions and 2 deletions

View File

@ -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);