Skip to content

strcopy and strcat show error #278

Closed
@DeJHDante

Description

@DeJHDante

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions