Arduino-FOC icon indicating copy to clipboard operation
Arduino-FOC copied to clipboard

[BUG] DriverType "Unknown" conflicts with EthernetLinkStatus in STM32Ethernet

Open pascweb opened this issue 9 months ago • 2 comments
trafficstars

Describe the bug When using both the SimpleFOC and STM32Ethernet library in a project the definitions of DriverType and EthernetLinkStatus conflict as they both use Unknown in the definition.

Describe the hardware setup Nucleo F429ZI with SimpleFOC shield v2

IDE you are using Platformio

Suggested solution Change "Unknown" to "UnknownDriver" in line 16 of FOCDriver.h and line 37 of CurrentSense.h

pascweb avatar Feb 18 '25 20:02 pascweb