Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 767 Bytes

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 767 Bytes

Changelog

Changes to this project will be logged in this file. This project uses Semantic Versioning. Format is loosely based on Keep a Changelog.

2.1.1

Robodash 2.1.1 is a recompilation of 2.1.0 that upgrades to PROS version 4.1.0

2.1.0

Robodash 2.1.0 resolves issues with the autonomous selector.

Added

  • The ability to associate images with autonomous routines
  • Support for multiple active selectors
  • Automatic SD saving, no need to press a button

Minor breaking changes with selector: rd::Selector::routine_t is now a struct instead of an std::pair. This shouldn't break any existing code.

Fixed

  • A data abort error when a routine name was too long