From 633b922a566e453a42c7c50218d3f9a7c7ff4a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurynas=20Ver=C5=BEukauskas?= Date: Mon, 26 Feb 2024 23:07:57 +0200 Subject: [PATCH] chore: Add fork --- .gitmodules | 4 ++++ custom/vesc_pkg | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 custom/vesc_pkg diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4ef9487 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "custom/vesc_pkg"] + path = custom/vesc_pkg + url = https://github.com/Im0rtality/vesc_pkg.git + branch = grb-ws2812-led-support diff --git a/custom/vesc_pkg b/custom/vesc_pkg new file mode 160000 index 0000000..00546b9 --- /dev/null +++ b/custom/vesc_pkg @@ -0,0 +1 @@ +Subproject commit 00546b9c78248b9a3c9505d2076d8b234bc162b0