enterBootloader

abstract suspend fun enterBootloader(bootloaderEntryCode: Long, updateProgress: suspend (progress: Progress) -> Unit = {})

Enter sensor bootloader. If bootloader entry code is incorrect sensor will reboot. Run Connection.disconnect afterwards to start the procedure.

Parameters

bootloaderEntryCode

that will allow to enter sensor's bootloader

updateProgress

of the operation