fatal error: soc/soc_caps.h: no such file or directory #196
|
Hello This is the error I'm getting. What is the file soc/soc_caps.h supposed to be? Thanks in advance |
Replies: 2 comments
|
Its compiling now. I have no clue what changed, but I did unistall and reinstall the ESP32 board manager. I did get another different warning, but there was an easy fix. I got the warning below.
The easy fix I found was to initialize the the string a char variable before the command. |
|
This error depends on the Espressif vs. SimpleFOC versions, because Espressif changes their APIs over time. In terms of the warning, this has now been fixed and will be part of the next release. |
This error depends on the Espressif vs. SimpleFOC versions, because Espressif changes their APIs over time.
In terms of the warning, this has now been fixed and will be part of the next release.