Changes to this project will be logged in this file. This project uses Semantic Versioning. Format is loosely based on Keep a Changelog.
Robodash 2.1.1 is a recompilation of 2.1.0 that upgrades to PROS version 4.1.0
Robodash 2.1.0 resolves issues with the autonomous selector.
- 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.
- A data abort error when a routine name was too long