Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

v1.4.0 to reduce usage of Arduino String with std::string and optimize library code and examples by using reference-passing instead of value-passing, and fix bug

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 25 Dec 22:43
· 54 commits to main since this release
7f242b2

Major Releases v1.4.0

  1. Reduce usage of Arduino String with std::string
  2. Optimize library code and examples by using reference-passing instead of value-passing.
  3. Fix bug related to String in library and examples
  4. Update Packages' Patches