Open 8ga3 opened 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;
Thank you for reporting this! I will look into it.
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.