kopia lustrzana https://github.com/meshtastic/firmware
[create-pull-request] automated change (#1356)
Co-authored-by: thebentern <thebentern@users.noreply.github.com>pull/1354/head^2
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,
|
HardwareModel_RAK11200 = 40,
|
||||||
/* B&Q Consulting Nano Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:nano */
|
/* B&Q Consulting Nano Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:nano */
|
||||||
HardwareModel_NANO_G1 = 41,
|
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. */
|
/* 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_PRIVATE_HW = 255
|
||||||
} HardwareModel;
|
} HardwareModel;
|
||||||
|
|
Ładowanie…
Reference in New Issue