Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Decaring a var as String doesn't raise error #723

@MagTun

Description

@MagTun

If I declare a var in my sketch as a string like this:

String myvar ='abc';

and then verify my sketch, Arduino raises an error. (I have to set it as char)

But if I verify the same sketch with VS Code Arduino then I don't have an error.

For both, I set the board as NodeMCU 1.0 (ESP-12E module)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions