Skip to content

Commit

Permalink
Updated for settings revision
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeio committed Dec 9, 2024
1 parent 9aab7b7 commit 8fc7a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ bool driver_setup (settings_t *settings)

hal.coolant.set_state((coolant_state_t){0});

return settings->version.id == 22;
return settings->version.id == 23;
}

// used to inject a sleep in grbl main loop,
Expand Down

0 comments on commit 8fc7a7f

Please sign in to comment.