strcopy and strcat show error #278
Labels
conclusion: resolved
Issue was resolved
topic: language server
Related to the Arduino Language Server
type: imperfection
Perceived defect in any part of project
Compiling for esp8266 NodeMCU 1.0, this statement
strcat(message, ";");
shows this error
No matching function for call to 'strcat'
:26:15:
note: candidate function not viable: requires 0 arguments, but 2 were provided clang(ovl_no_viable_function_in_call)
strcpy(message, deviceID); does the same thing.
However, the compilation seems to work and give the same result as IDE 1.0 in terms of executable segment sizes that I haver not yet tested the code by uploading to the esp8266.
The text was updated successfully, but these errors were encountered: