From 9e8bd8e790ad3e6b868af93f7f6be455c664a85c Mon Sep 17 00:00:00 2001 From: nonokirby <82886780+nonokirby@users.noreply.github.com> Date: Tue, 21 Jan 2025 18:40:14 -0500 Subject: [PATCH] Update Settings.h to add better descriptions --- source/Core/Inc/Settings.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/Core/Inc/Settings.h b/source/Core/Inc/Settings.h index 5f40335a..2a01e460 100644 --- a/source/Core/Inc/Settings.h +++ b/source/Core/Inc/Settings.h @@ -114,10 +114,10 @@ typedef enum { } usbpdMode_t; typedef enum { - DISABLED = 0, // Locking buttons is disabled - BOOST = 1, // Locking buttons for Boost mode only - FULL = 2, // Locking buttons for Boost mode AND for Soldering mode - TEMP = 3, // Locking buttons for Boost mode Temp change + DISABLED = 0, // All buttons are unlocked + BOOST = 1, // All buttons except boost are locked + FULL = 2, // All buttons are locked + TEMP = 3, // All butons are unlocked except the boost button's temp change function. } lockingMode_t; /* Selection of the soldering tip