Skip to content

Commit f32c90f

Browse files
authored
v1.8.0 to reduce String usage
### 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`
1 parent 64d6259 commit f32c90f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
### Major Releases v1.8.0
4444

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

4949
### Releases v1.7.1

keywords.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ HTTPUploadStatus KEYWORD1
1212
HTTPClientStatus KEYWORD1
1313
HTTPUpload KEYWORD1
1414
HTTPAuthMethod KEYWORD1
15+
EWString KEYWORD1
1516

1617
#######################
1718
# EthernetHttpClient

0 commit comments

Comments
 (0)