trySendV1
suspend fun <T : MavMessage<T>> CoroutinesMavConnection.trySendV1(systemId: UByte, componentId: UByte, payload: T): Boolean
A wrapper around CoroutinesMavConnection.sendV1 that returns true
if no exception was thrown and false
otherwise.