LibreSolar / bms-c1

16s / 100A Battery Management System
https://libre.solar/bms-c1/manual/
Other
120 stars 38 forks source link

Update files to KiCad v8 #61

Closed martinjaeger closed 7 months ago

martinjaeger commented 7 months ago

No functional changes, the files were just saved using KiCad v8.

KiBot had to be updated in CI together with some adjustments to the filters.

martinjaeger commented 7 months ago

Looks like it fails to execute the following command in CI, which works perfectly fine locally:

git worktree add --detach --force /tmp/tmpt6g_vao6 main
pasrom commented 7 months ago

Looks like it fails to execute the following command in CI, which works perfectly fine locally:

git worktree add --detach --force /tmp/tmpt6g_vao6 main

@martinjaeger I will investigate this over the next few days.

martinjaeger commented 7 months ago

Thanks @pasrom. Feel free to push directly to this branch for testing.

I have already verified that the GH Actions workflow has write permissions: image

github-actions[bot] commented 7 months ago

Diff between main (7545e52) and kicad-v8 (4d4e2a0):

pasrom commented 7 months ago

@martinjaeger this issue has been resolved! For a detailed description, please refer to the linked commit here.

martinjaeger commented 7 months ago

Excellent, thanks a lot @pasrom.