Skip to content

Commit

Permalink
fix: upgrade no decect keyscanners
Browse files Browse the repository at this point in the history
Signed-off-by: noteolvides <[email protected]>
  • Loading branch information
Noteolvides committed Oct 24, 2023
1 parent 1086330 commit 8a61986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kaleidoscope/device/dygma/DefyWN.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 8a61986

Please sign in to comment.