enterBootloader

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

Enter gateway bootloader. If bootloader entry code is incorrect gateway will reboot.

Parameters

bootloaderEntryCode

that will allow to enter gateway's bootloader

updateProgress

of the operation