observeFirmwareInfo

abstract fun observeFirmwareInfo(): Flow<CmFirmwareInfo>

Observes the firmware information of the connected module.

Module name and serial can be obtained from observeConnectionState.

Return

A Flow emitting CmFirmwareInfo with current firmware details.

See also