- Fix issue controlling pin 11 (#136)
- Fix issue where stopping execution with Ctrl+C could continue executing code (#134)
- Configure MicroPython with
MICROPY_PY_BUILTINS_STR_UNICODE
(unicode strings) andMICROPY_PY_BUILTINS_FROZENSET
(frozenset) build flags to match V1 (#138) - Remove (unused, undocumented, and not working) support for
None
as a music tune rest (#139) - Fix audio and speech pin mode configuration when playing (#137)
Full Changelog: v2.1.0...v2.1.1