Skip to content

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

PropertyTypeDescriptionDefined in
channelNumber?numberThe 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?booleanPrefix lines with a host timestamp (default true).index.ts:271
showLocation?booleanInclude the source location of defmt log lines (default false).index.ts:273