Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Reduce RAM usage plus minor bug fixes and improvements.

Compare
Choose a tag to compare
@BiffoBear BiffoBear released this 09 Mar 00:26
· 6 commits to main since this release

Refactored code to better use MicroPython const to reduce RAM usage. Moved some constants into the class definition to reduce RAM usage on import.
Added checks to make sure methods are called with integers when a numeric setting is changed to avoid unexpected results.
Fixed a typo in the spike_threshold doc-string which stated that the maximum allowed value is 10, when it is 11.