meshtastic / python

The Python CLI and API for talking to Meshtastic devices
https://meshtastic.org
378 stars 158 forks source link

Default to pkiEncrypted always on for admin messages #677

Open ianmcorvidae opened 5 hours ago

ianmcorvidae commented 5 hours ago

This should enable the pki_encrypted key to be set on outgoing packets to the radio, as well as the public_key (if done manually). The only place within this PR that it's set deliberately is for admin messages to a node. Later work will add three different arguments:

But I wanted to get this part of it up at least.