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