std::string is not null terminated char array (a.k.a cstring). std::string is the counter part of Arduino String on different platforms.
std::string is not null terminated char array (a.k.a cstring). std::string is the counter part of Arduino String on different platforms.