Created
March 4, 2017 03:42
-
-
Save kakopappa/7066cca93569f6e90f7feb0a13236dda to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
String to uint8_t pointer | |
(uint8_t *)content.c_str() | |
char buf[chunkSize]; | |
file.read((uint8_t *)buf, chunkSize-1); | |
String(buf); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment