Add support for addressing all relay channels.

This commit is contained in:
2025-02-12 16:50:00 +03:00
parent 8517993358
commit dc2dcfec7d
3 changed files with 36 additions and 2 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"files.associations": {
"relay_chn.h": "c"
}
}