From 99496e5778e1215293fb42b66802f3fe686d0221 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 7 Jun 2023 10:18:02 -0500 Subject: [PATCH] Deprecated periods --- meshtastic/mesh.proto | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index fd9f39e..3bc9837 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -1120,14 +1120,16 @@ message MyNodeInfo { uint32 min_app_version = 11; /* + * Deprecated in 2.1.x (Only used on device to keep track of utilization) * 24 time windows of 1hr each with the airtime transmitted out of the device per hour. */ - repeated uint32 air_period_tx = 12; + repeated uint32 air_period_tx = 12 [deprecated = true]; /* + * Deprecated in 2.1.x (Only used on device to keep track of utilization) * 24 time windows of 1hr each with the airtime of valid packets for your mesh. */ - repeated uint32 air_period_rx = 13; + repeated uint32 air_period_rx = 13 [deprecated = true]; /* * Deprecated in 2.1.x (Source from DeviceMetadata instead)