This commit is contained in:
2020-11-27 13:56:57 +01:00
parent fd3108a61b
commit d4518b2ca3
6 changed files with 69 additions and 274 deletions
+1 -1
View File
@@ -1913,7 +1913,7 @@ void Module::setLEDEnable(bool enable) {
// Pattern
void Module::setPattern(const Pattern& pat) {
void Module::setPattern(const Pattern &pat) {
sendToDetector(F_SET_PATTERN, pat.data(), pat.size(), nullptr, 0);
}