Merge pull request #812 from meshtastic/jp-bennett-patch-4

Add Device ID for RAK6421 Hat in mesh.proto
This commit is contained in:
Ben Meadors 2025-11-18 18:45:01 -06:00 committed by GitHub
commit a34428168d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -825,6 +825,11 @@ enum HardwareModel {
*/
RAK3401 = 117;
/*
* RAK6421 Hat+
*/
RAK6421 = 118;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits.