Overhaul of G33 Delta Calibration (#8822)
This commit is contained in:
committed by
Scott Lahteine
parent
ac2e0afb62
commit
646aa20b43
@ -287,8 +287,8 @@ void Max7219_idle_tasks() {
|
||||
#endif
|
||||
CRITICAL_SECTION_END
|
||||
#endif
|
||||
|
||||
static uint16_t refresh_cnt = 0; // The Max7219 circuit boards available for several dollars on eBay
|
||||
|
||||
static uint16_t refresh_cnt = 0; // The Max7219 circuit boards available for several dollars on eBay
|
||||
if (refresh_cnt++ > 50000) { // are vulnerable to electrical noise, especially with long wires
|
||||
Max7219_register_setup(); // next to high current wires. If the display becomes corrupted due
|
||||
Max7219_LED_Toggle(7, 0); // to electrical noise, this will fix it within a couple of seconds.
|
||||
|
Reference in New Issue
Block a user