Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a link error in CommanderMaster.h #50

Open
8ga3 opened this issue Oct 1, 2024 · 1 comment
Open

a link error in CommanderMaster.h #50

8ga3 opened this issue Oct 1, 2024 · 1 comment
Assignees

Comments

@8ga3
Copy link

8ga3 commented Oct 1, 2024

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;
@runger1101001 runger1101001 self-assigned this Oct 8, 2024
@runger1101001
Copy link
Member

Thank you for reporting this! I will look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants