add NRF54L15_DK HardwareModel enum value (132)

Reserves enum value 132 for the Nordic nRF54L15-DK community firmware
port. The port is tracked in meshtastic/firmware#10193 and currently
uses HardwareModel_PRIVATE_HW as a placeholder until this PR merges
and the regenerated protobufs propagate back into the firmware tree.

Board: Nordic nRF54L15-DK (PCA10156), Zephyr RTOS, external EBYTE
E22-900M30S (SX1262) LoRa module. Firmware variant: nrf54l15dk.
This commit is contained in:
CValdesS 2026-04-17 20:52:19 +02:00
parent 4d5b500df5
commit c9db466130

View file

@ -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.