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

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

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 20 Dec 05:35
· 97 commits to master since this release
e6a2d5c

Major Releases v1.5.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. Update Packages' Patches
  4. Add more ESP32/ESP8266 supporting code