From 8c01df356a42f16de24058ad71bcbcd85be91a02 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 30 Aug 2024 07:31:08 -0500 Subject: [PATCH] Update telemetry.proto --- meshtastic/telemetry.proto | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index 5c8bc5f..d4e80a8 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -459,11 +459,6 @@ enum TelemetrySensorType { */ MAX17048 = 28; - /* - * MAX17048 1S lipo battery sensor (voltage, state of charge, time to go) - */ - MAX17048 = 28; - /* * Custom I2C sensor implementation based on https://github.com/meshtastic/i2c-sensor */