-
-
Notifications
You must be signed in to change notification settings - Fork 134
Commit 3209e07
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 bf78968 commit 3209e07
1 file changed
+1
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 | + | ||
65 | 66 |
| |
66 | 67 |
| |
67 | 68 |
| |
|
0 commit comments