From a6221a515f0d31655668b6cb45d92e68775e0286 Mon Sep 17 00:00:00 2001 From: noteolvides Date: Fri, 20 Oct 2023 09:07:51 +0200 Subject: [PATCH] fix: upgrade no decect keyscanners Signed-off-by: noteolvides --- src/kaleidoscope/device/dygma/DefyWN.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kaleidoscope/device/dygma/DefyWN.cpp b/src/kaleidoscope/device/dygma/DefyWN.cpp index aac645c..1ab94af 100644 --- a/src/kaleidoscope/device/dygma/DefyWN.cpp +++ b/src/kaleidoscope/device/dygma/DefyWN.cpp @@ -454,7 +454,7 @@ void DefyWN::side::reset_sides() { gpio_set_dir(SIDE_nRESET_1, GPIO_IN); gpio_pull_up(SIDE_nRESET_1); gpio_pull_up(SIDE_nRESET_2); - sleep_ms(10); //Back to 10 ms just in case we dont miss packets //Put this to 50ms once we change the sending of the messages to be the nueron no the keyscanner + sleep_ms(50); //Back to 10 ms just in case we dont miss packets //Put this to 50ms once we change the sending of the messages to be the nueron no the keyscanner } std::string DefyWN::getChipID() {