Converted led code to support non rgb/strip. Some clean up of network comp. Clean up of provider and client. Base test for client

This commit is contained in:
2026-03-26 21:43:01 -04:00
parent f42236532f
commit 197f4a640c
16 changed files with 186 additions and 49 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"folders": [
{
"path": "."
},
{
"path": "../components"
}
],
"settings": {
"clangd.arguments": [
"--background-index",
"--query-driver=**",
"--compile-commands-dir=w:\\Classified\\Calendink\\Provider\\build"
]
}
}