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

Commit

Permalink
v1.8.0 to reduce String usage
Browse files Browse the repository at this point in the history
### Major Releases v1.8.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 20, 2021
1 parent 64d6259 commit f32c90f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
### Major Releases v1.8.0

1. Reduce usage of Arduino String with std::string
2. Optimize library code and examples by using reference-passing instead of value-passing.
2. Optimize library code and examples by using **reference-passing instead of value-passing**.
3. Update `Packages' Patches`

### Releases v1.7.1
Expand Down
1 change: 1 addition & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ HTTPUploadStatus KEYWORD1
HTTPClientStatus KEYWORD1
HTTPUpload KEYWORD1
HTTPAuthMethod KEYWORD1
EWString KEYWORD1

#######################
# EthernetHttpClient
Expand Down

0 comments on commit f32c90f

Please sign in to comment.