From 4afe4c59a1d0af38118bc12c0d9aaf6e1c643bcd Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 2 Jul 2025 17:54:05 -0400 Subject: [PATCH] increase button press delay --- components/hauslane/hauslane.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/hauslane/hauslane.h b/components/hauslane/hauslane.h index 766fb57..a2fb558 100644 --- a/components/hauslane/hauslane.h +++ b/components/hauslane/hauslane.h @@ -17,7 +17,7 @@ static const unsigned char MSG_START[] = {0x08, 0x08, 0x08, 0xfe, 0xc0}; static const unsigned char MSG_END[] = {0xc0, 0xce, 0xce, 0xce}; static const uint8_t START_LEN=5; static const uint8_t END_LEN=4; -static const int DELAY=250; // how long to press/release buttons in ms +static const int DELAY=500; // how long to press/release buttons in ms class Hauslane : public Component, public uart::UARTDevice, public api::CustomAPIDevice { public: