Skip to content

Release 3.2.3

Compare
Choose a tag to compare
@tomtzook tomtzook released this 16 Jan 18:51
· 77 commits to master since this release
  • Added Watchdog. Useful for tracking execution of looping code flows.
    • Watchdogs can be created from FlashLibControl.newWatchdog and will be tracked by a separate thread
    • LoopingRobotBase updated to use a Watchdog