1

increase button press delay

This commit is contained in:
2025-07-02 17:54:05 -04:00
parent 352f75bd96
commit 4afe4c59a1
+1 -1
View File
@@ -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 unsigned char MSG_END[] = {0xc0, 0xce, 0xce, 0xce};
static const uint8_t START_LEN=5; static const uint8_t START_LEN=5;
static const uint8_t END_LEN=4; 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 { class Hauslane : public Component, public uart::UARTDevice, public api::CustomAPIDevice {
public: public: