This is a VESC Package library containing the necessary files to build a VESC Package. It is intended to be included in a VESC Package repository as a git subtree
in the vesc_pkg_lib
directory.
git subtree add --prefix vesc_pkg_lib https://github.com/lukash/vesc_pkg_lib.git main --squash
git subtree pull --prefix vesc_pkg_lib https://github.com/lukash/vesc_pkg_lib.git main --squash