From e5ff1e761049c7b0e8e89063e6e12b9578e0d98e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Wed, 12 Feb 2025 21:24:57 +0100 Subject: [PATCH] Group non-independent sensors --- src/power/PowerParameters.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/power/PowerParameters.h b/src/power/PowerParameters.h index 1487e1c..0cd3eb8 100644 --- a/src/power/PowerParameters.h +++ b/src/power/PowerParameters.h @@ -105,12 +105,8 @@ namespace PowerParameters { RGBW_SENSOR, LED_IR_BOTTOM, LED_IR_FRONT, - PT_IR_LEFT, - PT_IR_RIGHT, - PT_IR_FRONT, - PT_IR_BACK, - PT_DL_FRONT, - PT_DL_BOTTOM, + PT_IR, + PT_DL, LED_UV, DISPLAY_OLED, MOTOR_LEFT,