You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i use plantformio install simplefoc, its miss library.json file, the "lib_archive" = no configuration is required for PWM to work, and although #357 has fixed this bug, installing libraries via platformio still doesn't work, which can make things difficult for many newcomers.
lib_deps = askuric/Simple FOC@^2.3.4
The text was updated successfully, but these errors were encountered:
But it does not work as expected. It covers the compilation of the library code, but you also need to have this option active for the compilation of your application code.
So unfortunately this solution does not solve the configuration issue by itself.
when i use plantformio install simplefoc, its miss library.json file, the "lib_archive" = no configuration is required for PWM to work, and although #357 has fixed this bug, installing libraries via platformio still doesn't work, which can make things difficult for many newcomers.
lib_deps = askuric/Simple FOC@^2.3.4
The text was updated successfully, but these errors were encountered: