Add LORAWAN_BRIDGE enum value to portnums.proto

This commit is contained in:
Thomas Göttgens 2026-03-05 11:56:15 +01:00 committed by GitHub
parent a229208f29
commit dee56bac97
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