enter Bootloader
abstract suspend fun enterBootloader(bootloaderEntryCode: Long, updateProgress: suspend (progress: Progress) -> Unit = {})
Enter sensors bootloader. If bootloader entry code is incorrect sensor will reboot.
Parameters
bootloader Entry Code
that will allow to enter sensor's bootloader
update Progress
of the operation