simplefoc / Arduino-FOC-drivers

Drivers and support code for SimpleFOC
https://docs.simplefoc.com/drivers_library
MIT License
154 stars 65 forks source link

a link error in CommanderMaster.h #50

Open 8ga3 opened 1 month ago

8ga3 commented 1 month ago

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

https://github.com/simplefoc/Arduino-FOC-drivers/blob/f7a91fac88a1e0396e360b6f398ff88ea1c9d66f/src/comms/CommanderMaster.h#L8-L9

I made the following changes and the link error disappeared.

    CommanderMaster() = default;
    virtual ~CommanderMaster() = default;
runger1101001 commented 1 month ago

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