Reserved fried chicken HWMODEL

pull/671/head
Ben Meadors 2025-04-03 19:32:17 -05:00
rodzic 484d002a52
commit b772c71394
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -699,6 +699,11 @@ enum HardwareModel {
*/ */
HELTEC_SENSOR_HUB = 92; 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. * 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.