mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge c9db466130 into 4d5b500df5
This commit is contained in:
commit
fb03fbb0af
1 changed files with 6 additions and 0 deletions
|
|
@ -888,6 +888,12 @@ enum HardwareModel {
|
|||
THINKNODE_M8 = 130;
|
||||
THINKNODE_M9 = 131;
|
||||
|
||||
/*
|
||||
* Nordic nRF54L15-DK (PCA10156) community port — Zephyr RTOS + external
|
||||
* EBYTE E22-900M30S (SX1262) LoRa module. Firmware variant: nrf54l15dk.
|
||||
*/
|
||||
NRF54L15_DK = 132;
|
||||
|
||||
/*
|
||||
* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue