From 6369d9ef314bf1e309cd52ef1cb96d0e419dfe47 Mon Sep 17 00:00:00 2001 From: zortrop <18537729+zortrop@users.noreply.github.com> Date: Sun, 26 Mar 2023 07:10:07 -0700 Subject: [PATCH] Update haptic.h --- radio/src/haptic.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/radio/src/haptic.h b/radio/src/haptic.h index 34766e88264..bdcaec273c3 100644 --- a/radio/src/haptic.h +++ b/radio/src/haptic.h @@ -62,6 +62,8 @@ class hapticQueue uint8_t hapticTick; + uint8_t intensity; + // queue arrays uint8_t queueHapticLength[HAPTIC_QUEUE_LENGTH]; uint8_t queueHapticPause[HAPTIC_QUEUE_LENGTH];