From d0dd2752af5297d8bbef121005e20cbd88665fc4 Mon Sep 17 00:00:00 2001 From: Pawel Jalocha Date: Fri, 8 Nov 2024 11:11:52 +0000 Subject: [PATCH] Add new port number for airborne application(s) --- src/mesh/generated/meshtastic/portnums.pb.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesh/generated/meshtastic/portnums.pb.h b/src/mesh/generated/meshtastic/portnums.pb.h index df6cf32c2..c0b5a8e60 100644 --- a/src/mesh/generated/meshtastic/portnums.pb.h +++ b/src/mesh/generated/meshtastic/portnums.pb.h @@ -126,6 +126,8 @@ typedef enum _meshtastic_PortNum { meshtastic_PortNum_MAP_REPORT_APP = 73, /* PowerStress based monitoring support (for automated power consumption testing) */ meshtastic_PortNum_POWERSTRESS_APP = 74, + /* Airborne tracking: allow existing systemw with compact position formats put those on Meshtantic */ + meshtastic_PortNum_POWERSTRESS_APP = 75, /* Private applications should use portnums >= 256. To simplify initial development and testing you can use "PRIVATE_APP" in your code without needing to rebuild protobuf files (via [regen-protos.sh](https://github.com/meshtastic/firmware/blob/master/bin/regen-protos.sh)) */