Skip to content

a link error in CommanderMaster.h #50

@8ga3

Description

@8ga3

When I built it using arduino-esp32 ver 3.0.5, I got a link error in CommanderMaster.h.

CommanderMaster();
~CommanderMaster();

I made the following changes and the link error disappeared.

    CommanderMaster() = default;
    virtual ~CommanderMaster() = default;

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions