Skip to content

2.1.0 - Wrap around, ESP32-S2 DAC fix, SimpleCollections move

Compare
Choose a tag to compare
@davetcc davetcc released this 08 Jan 22:19

This release moves simple collections (the btree list) out of IoAbstraction and into a dedicated repo. It is probably the last refactor of IoAbstraction to move code into a new repository. It also contains a few small fixes.

Changes:

  • Fix to select correct DAC bits on ESP32-S2. Should be automatic for most.
  • Support wrap around on encoders with a new flag.
  • Move simple collections into own repository (SimpleCollections).

Important note:

Should you see any compile problems around SimpleCollections.h being missing, ensure that you have the latest version of SimpleCollections library from your library manager.