setModemLogsState

abstract suspend fun setModemLogsState(isLoggingEnabled: Boolean, updateProgress: suspend (progress: Progress) -> Unit = {})

This command controls the modem logs state.

The modem log data can be collected via SensorNotification.ModemRx and SensorNotification.ModemTx notifications.

Parameters

isLoggingEnabled

true to enable modem logs, false to disable

updateProgress

Progress of the operation