update Firmware
abstract suspend fun updateFirmware(firmwareFile: ByteArray, infoFile: ByteArray, updateProgress: suspend (progress: Progress) -> Unit = {})
Updates firmware of the device.
Parameters
firmware File
file containing firmware as byte array
info File
file containing info as byte array
update Progress
of the operation