From b0a53fcb4a3e256c87ebe7bfa184d99a39b636d4 Mon Sep 17 00:00:00 2001 From: Pawel Jalocha Date: Sat, 9 Nov 2024 16:12:18 +0000 Subject: [PATCH] Revert all changes as they should be done in the protobuf part --- src/mesh/generated/meshtastic/portnums.pb.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesh/generated/meshtastic/portnums.pb.h b/src/mesh/generated/meshtastic/portnums.pb.h index 72760d2c0..df6cf32c2 100644 --- a/src/mesh/generated/meshtastic/portnums.pb.h +++ b/src/mesh/generated/meshtastic/portnums.pb.h @@ -126,8 +126,6 @@ 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_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)) */