probe-web / @probe-web/client / index / RttChannelConfigInput
Interface: RttChannelConfigInput
Defined in: index.ts:263
How to treat one RTT channel (probe-rs's RttChannelConfig).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
channelNumber? | number | The up channel this applies to; omit in defaults. | index.ts:265 |
dataFormat? | "String" | "BinaryLE" | "Defmt" | How to decode the channel (default String). Binary channels must say BinaryLE, or their bytes arrive decoded as text. | index.ts:267 |
mode? | "NoBlockSkip" | "NoBlockTrim" | "BlockIfFull" | What the firmware does when the buffer is full; the firmware's own setting when omitted. | index.ts:269 |
showTimestamps? | boolean | Prefix lines with a host timestamp (default true). | index.ts:271 |
showLocation? | boolean | Include the source location of defmt log lines (default false). | index.ts:273 |