Add Device ID for RAK6421 Hat in mesh.proto

This commit is contained in:
Jonathan Bennett 2025-11-18 18:01:08 -06:00 committed by GitHub
parent 7654db2e2d
commit e1b5aaedff
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.