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

Commit

Permalink
v1.5.0 to reduce String usage
Browse files Browse the repository at this point in the history
### 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`
  • Loading branch information
khoih-prog authored Dec 22, 2021
1 parent 5acbdc2 commit 1662f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
* [3. nRF52 Itsy-Bitsy nRF52840](#3-nrf52-itsy-bitsy-nrf52840)
* [4. Seeeduino SEEED_XIAO_M0](#4-seeeduino-seeed_xiao_m0)
* [5. RASPBERRY_PI_PICO](#5-raspberry_pi_pico)
* [6. MBED RASPBERRY_PI_PICO](#6-mbed-raspberry_pi_pico)
* [Debug](#debug)
* [Troubleshooting](#troubleshooting)
* [Issues](#issues)
Expand Down

0 comments on commit 1662f44

Please sign in to comment.