Skip to content

Commit

Permalink
Attempt to further solve the genesis glitching problem
Browse files Browse the repository at this point in the history
  • Loading branch information
zoggins committed Jan 31, 2025
1 parent f652fad commit b08f2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/sketches/Genesis.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#endif

#if defined(RASPBERRYPI_PICO) || defined(ARDUINO_RASPBERRY_PI_PICO)
#define WORKING_WAIT waitStart = micros(); while (micros() - waitStart < 2) ;
#define WORKING_WAIT waitStart = micros(); while (micros() - waitStart < 1) ;
#else
#define WORKING_WAIT
#endif
Expand Down

0 comments on commit b08f2ed

Please sign in to comment.