setConfig
open suspend fun setConfig(destNum: Int, config: Config, onRequestId: (Int) -> Unit = {}): Int(source)
Updates a configuration section on the radio.
Return
The packet ID of the request.
Parameters
destNum
The node number to update.
config
The new configuration.
onRequestId
Invoked with the request's packet ID before the send is issued.