From 8e41736056b5cbcbede18584de6107833e69ab54 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 30 Nov 2019 00:00:24 +0100 Subject: [PATCH] changed STARTED to report used master address --- docs/enhanced_proto.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/enhanced_proto.md b/docs/enhanced_proto.md index cc9503de..ddffa02e 100644 --- a/docs/enhanced_proto.md +++ b/docs/enhanced_proto.md @@ -42,9 +42,9 @@ first second Indicates that the specified data byte in `d` was received from the eBUS. For data byte values <0x80, the short form without the `` prefix is allowed as well. * arbitration start succeeded - ` ` + ` ` Indicates the the last arbitration request succeeded (arbitration was won). - The data byte in `d` may contain additional information (tbd). + The data byte in `d` contains the master address that was successfully used during arbitration. * arbitration start failed ` ` Indicates that the last arbitration request failed (arbitration was lost or sending failed).