From 737a1863b082596db8ec0fd775048eb2e4c3f809 Mon Sep 17 00:00:00 2001 From: Pawel Jalocha Date: Fri, 8 Nov 2024 11:33:03 +0000 Subject: [PATCH] Very sorry, forgot to actually change the name of the new port ! --- src/mesh/generated/meshtastic/portnums.pb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/generated/meshtastic/portnums.pb.h b/src/mesh/generated/meshtastic/portnums.pb.h index c0b5a8e60..72760d2c0 100644 --- a/src/mesh/generated/meshtastic/portnums.pb.h +++ b/src/mesh/generated/meshtastic/portnums.pb.h @@ -127,7 +127,7 @@ typedef enum _meshtastic_PortNum { /* 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, + meshtastic_PortNum_AIRBORNE_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)) */