Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
Ben Meadors 86640f20db
Merge pull request #489 from SCWhite/master
add HardwareModel: TWC_MESH_V4 to mesh.proto HardwareModel enum
2024-04-23 12:04:19 -05:00
SCWhite ef2502fb3a add HardwareModel: TWC_MESH_V4 2024-04-23 18:10:02 +08:00
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -515,6 +515,11 @@ enum HardwareModel {
*/
CDEBYTE_EORA_S3 = 61;
/*
* TWC_MESH_V4
* Adafruit NRF52840 feather express with SX1262, SSD1306 OLED and NEO6M GPS
*/
TWC_MESH_V4 = 62;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.