-
-
Notifications
You must be signed in to change notification settings - Fork 134
Commit 0d83f1a
committed
Add String(const uint8_t *, unsigned int) constructor
This allows creating a String from a uint8_t[] or uint8_t* as well,
without having to add explicit casts.1 parent eaab14d commit 0d83f1a
1 file changed
+1
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 | + | ||
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
|
0 commit comments