add HardwareModel: TWC_MESH_V4

pull/489/head
SCWhite 2024-04-23 18:10:02 +08:00
rodzic eade2c6bef
commit ef2502fb3a
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.