From e9295b04f723bf8be10d0b8d218f4215bac620d9 Mon Sep 17 00:00:00 2001 From: Dejvino Date: Wed, 29 Mar 2023 21:16:24 +0200 Subject: [PATCH] Reliable 0x82 --- terminal_keyboard_emulator.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal_keyboard_emulator.ino b/terminal_keyboard_emulator.ino index bdc68cf..8a01d25 100644 --- a/terminal_keyboard_emulator.ino +++ b/terminal_keyboard_emulator.ino @@ -3,7 +3,7 @@ const int pinData = 6; const int pinStatus = 7; -const int timerDelay = 545; +const int timerDelay = 500; void setup(void) {