This addition is a guide for board makers to use when defining
meshtastic variants. Currently it has information about settings for
GPS, Audio, Buzzers, and Keyboards.
Generally, variant.h is a bit difficult to follow right now - there are
more than 500 variables. This documentation work is a companion to
changes like meshtastic/firmware#4421 that aim to clean up the
proliferation of duplicate variables.
* Clarified signed messages are for DMs.
Also added an extra full-writing of Public Key Cryptography (PKC) to make it clearer and mirror the PSK section
* edit
---------
Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>
* Initial Update to Encryption Overview for 2.5 PKI Updates
* Additional changes from @Jorropo comments.
* Padding and some seperation of Pre/Post 2.5 changes for DM and Admin Control
* Added a Encryption Technical
Located Under Dev > Reference Material
Seperate for the Encryption Overview
* Minor edits
* Integrity updates for post v2.5.0
* trunk fmt and add security section (moves needed ones too)
* formatting technical page, change PKI to PKC.
* move comments to its own sub-page
* feedback, change PKI to PKC, formatting
* DontMqttMeBro
* Fix Grammar in Mqtt Page
* oopsies
* add android and web
* test
* more fixes
---------
Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>
* Add gitpod as a compiling option
Gitpod is a clean way to compile the firmware for casuals like me, without installing anything locally.
* Apply suggestions from code review
Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>
* Update now that .gitpod.yaml is merged
P.io is installed at the opening of a new workspace, so I've removed step 2.
Ready to go!
---------
Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>