Merge pull request #871 from meshtastic/LPW-bridge

Add LORAWAN_BRIDGE enum value to portnums.proto
This commit is contained in:
Ben Meadors 2026-03-05 05:46:01 -06:00 committed by GitHub
commit 2edc5ab7b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -227,6 +227,12 @@ enum PortNum {
*/
POWERSTRESS_APP = 74;
/*
* LoraWAN Payload Transport
* ENCODING: compact binary LoRaWAN uplink (10-byte RF metadata + PHY payload) - see LoRaWANBridgeModule
*/
LORAWAN_BRIDGE = 75;
/*
* Reticulum Network Stack Tunnel App
* ENCODING: Fragmented RNS Packet. Handled by Meshtastic RNS interface