Companion
Properties
The default interval for telemetry transmissions to the Driver Station and FtcDashboard.
Whether to strip HTML from smartAdd and smartLog calls for OpMode instances. Note: This does not apply to BunyipsOpMode instances as it is using a DualTelemetry object.
The maximum number of telemetry logs that can be stored in the telemetry log.
Functions
smartAdd is a static utility that will attempt to access a Telemetry object to add new data to either a DualTelemetry object affixed to a BunyipsOpMode, or a standard Telemetry out affixed to any OpMode derivative.
smartLog is a static utility that will attempt to access a Telemetry object to append a new log to a DualTelemetry object affixed to a BunyipsOpMode, or a standard Telemetry out affixed to any OpMode derivative.