sforkowany z mirror/meshtastic-firmware
[create-pull-request] automated change (#1356)
Co-authored-by: thebentern <thebentern@users.noreply.github.com>raytac-diy
rodzic
d73d3ca959
commit
279def7911
2
proto
2
proto
|
@ -1 +1 @@
|
|||
Subproject commit 31eaff092449a75ebbbf0114cf120c746dc96349
|
||||
Subproject commit e1ef519d07b180a05298857374fd60a6165b7a75
|
|
@ -63,6 +63,8 @@ typedef enum _HardwareModel {
|
|||
HardwareModel_RAK11200 = 40,
|
||||
/* B&Q Consulting Nano Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:nano */
|
||||
HardwareModel_NANO_G1 = 41,
|
||||
/* nRF52840 Dongle : https://www.nordicsemi.com/Products/Development-hardware/nrf52840-dongle/ */
|
||||
HardwareModel_NRF52840_PCA10059 = 42,
|
||||
/* 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. */
|
||||
HardwareModel_PRIVATE_HW = 255
|
||||
} HardwareModel;
|
||||
|
|
Ładowanie…
Reference in New Issue