Merge pull request #484 from S5NC/CDEBYTE_EoRa-S3

Add CDEBYTE_EORA_S3 to mesh.proto HardwareModel enum
pull/485/head
Ben Meadors 2024-04-15 20:52:07 -05:00 zatwierdzone przez GitHub
commit ecf105f66d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -510,6 +510,11 @@ enum HardwareModel {
*/
TD_LORAC = 60;
/*
* CDEBYTE EoRa-S3 board using their own MM modules, clone of LILYGO T3S3
*/
CDEBYTE_EORA_S3 = 61;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.