You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
I am getting a compile error such as 'converting to 'String' from initializer list would use explicit constructor 'String::String(int, unsigned char)' in line 93 in esp32-mqtt.h file.
void publishTelemetry(const char* data, int length) { mqtt->publishTelemetry(data, length); }
I tried a couple of things but I could not figure it out.
The text was updated successfully, but these errors were encountered:
Bearg97
changed the title
Error in esp32-mqtt.h
Compiling error in esp32-mqtt.h
Apr 26, 2019
Hey,
I am getting a compile error such as 'converting to 'String' from initializer list would use explicit constructor 'String::String(int, unsigned char)' in line 93 in esp32-mqtt.h file.
void publishTelemetry(const char* data, int length)
{ mqtt->publishTelemetry(data, length); }
I tried a couple of things but I could not figure it out.
The text was updated successfully, but these errors were encountered: