From ba5b5b45bd86aff6e599ed29685b798efc1ecb51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20S=C3=A1ez?= Date: Thu, 16 Jul 2026 22:41:28 +0200 Subject: [PATCH] Remove redundant measurement --- boards/VCU/VCU_measurements.json | 5 ----- boards/VCU/packets.json | 1 - 2 files changed, 6 deletions(-) diff --git a/boards/VCU/VCU_measurements.json b/boards/VCU/VCU_measurements.json index 606fae4..ee3d0af 100644 --- a/boards/VCU/VCU_measurements.json +++ b/boards/VCU/VCU_measurements.json @@ -42,11 +42,6 @@ "podUnits": "bar", "displayUnits": "bar" }, - { - "id": "active_brakes", - "name": "Active Brakes", - "type": "bool" - }, { "id": "brakes_status", "name": "Brakes Status", diff --git a/boards/VCU/packets.json b/boards/VCU/packets.json index 3ef00a3..4003456 100644 --- a/boards/VCU/packets.json +++ b/boards/VCU/packets.json @@ -27,7 +27,6 @@ "type": "data", "name": "Brake Status", "variables": [ - "active_brakes", "brakes_status" ], "id": 253,