pull/495/head
vardas 2024-05-05 16:34:11 +03:00
rodzic df36597cbf
commit 7eab464879
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -527,10 +527,10 @@ enum HardwareModel {
TWC_MESH_V4 = 62; TWC_MESH_V4 = 62;
/* /*
* PROMICRO_DIY_M(M) * NRF52_PROMICRO_DIY
* Promicro NRF52840 with SX1262/LLCC68, SSD1306 OLED and NEO6M GPS * Promicro NRF52840 with SX1262/LLCC68, SSD1306 OLED and NEO6M GPS
*/ */
PROMICRO_DIY = 63; NRF52_PROMICRO_DIY = 63;
/* /*
* ------------------------------------------------------------------------------------------------------------------------------------------ * ------------------------------------------------------------------------------------------------------------------------------------------
* 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.