Merge pull request #671 from meshtastic/friedchicken

Reserved fried chicken HWMODEL
This commit is contained in:
Ben Meadors 2025-04-03 19:44:12 -05:00 committed by GitHub
commit 13a3e5dcee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -699,6 +699,11 @@ enum HardwareModel {
*/
HELTEC_SENSOR_HUB = 92;
/*
* Reserved Fried Chicken ID for future use
*/
RESERVED_FRIED_CHICKEN = 93;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.