Skip to content

0.2.1 - performance tuning and WDT turned off on core 0

Compare
Choose a tag to compare
@pkerspe pkerspe released this 31 May 22:00
· 216 commits to master since this release

Due to the bad performance of the stepper updates in 0.2.0 this release addresses this issue by:

  • removing the delay calls in the motor control task
  • disabling the TWDT on Core 0 (since the removal of the delay causes watchdog timer issues, which I could not quick-fix in another way for now)