Skydimo LedDevice support (#1765)

* Support Skydimo devices

* Temporarily downgrade CMake to 3.28.3 (CodeQL)
This commit is contained in:
LordGrey
2024-07-16 19:46:43 +02:00
committed by GitHub
parent 5d1d84ee9b
commit 6c3fc8521a
6 changed files with 41 additions and 30 deletions

View File

@@ -10,7 +10,8 @@ typedef enum ProtocolType
{
ADA = 0,
LBAPA,
AWA
AWA,
SKYDIMO
} PROTOCOLTYPE;
}