Skip to content

Add String::concat(char*, len) to allow non null-term strings #6754

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 13, 2019

Conversation

earlephilhower
Copy link
Collaborator

Fixes #5061

Adds a concat(const char *data, int len) method which allows arbitrary
sequences of data (including ones w/embedded \0s) to be appended to a
String. May be useful for certain MQTT operations.

Adds sanity test for the feature to host suite

Fixes esp8266#5061

Adds a concat(const char *data, int len) method which allows arbitrary
sequences of data (including ones w/embedded \0s) to be appended to a
String.  May be useful for certain MQTT operations.

Adds sanity test for the feature to host suite
@earlephilhower earlephilhower changed the title Add comcat(char*, len) to Sting Add concat(char*, len) to Sting Nov 11, 2019
@earlephilhower earlephilhower changed the title Add concat(char*, len) to Sting Add concat(char*, len) to String Nov 11, 2019
@devyte devyte changed the title Add concat(char*, len) to String Add String::concat(char*, len) to allow non null-term strings Nov 13, 2019
@devyte devyte added this to the 2.6.1 milestone Nov 13, 2019
@d-a-v d-a-v merged commit 09896d5 into esp8266:master Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

request to modify String::concat
3 participants