Proto list: add number of protocols in the list

This commit is contained in:
Pascal Langer
2021-09-08 14:30:01 +02:00
parent 5bab5f03db
commit ffe4ac68fd
2 changed files with 6 additions and 4 deletions

View File

@@ -1294,7 +1294,7 @@ Serial: 100000 Baud 8e2 _ xxxx xxxx p --
Type 0x11 Protocol list export via telemetry. Used by the protocol PROTO_PROTOLIST=0, the list entry is given by the option field.
length: variable
data[0] = protocol number, 0xFF is an invalid list entry (Option value too large)
data[0] = protocol number, 0xFF is an invalid list entry (Option value too large), Option == 0xFF -> number of protocols in the list
data[1..n] = protocol name null terminated
data[n+1] = flags
flags>>4 Option text number to be displayed (check multi status for description)