sendSharedContact

abstract suspend fun sendSharedContact(nodeNum: Int): Boolean(source)

Sends our shared contact information (identity and public key) to the firmware's NodeDB.

This ensures the firmware has the correct public key for the destination node before a PKI-encrypted direct message is sent. The method suspends until the radio acknowledges the admin packet.

Return

true if the radio accepted the contact, false on timeout or failure.

Parameters

nodeNum

The destination node number.