Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 28b0d2a

Browse files
committed
Fixed error in Pi-Blaster
1 parent 20e15c8 commit 28b0d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsrc/leddevice/LedDevicePiBlaster.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ int LedDevicePiBlaster::write(const std::vector<ColorRgb> & ledValues)
104104
continue;
105105
}
106106

107-
// fprintf(_fid, "%i=%f\n", iChannel, pwmDutyCycle);
107+
fprintf(_fid, "%i=%f\n", iChannel, pwmDutyCycle);
108108
fflush(_fid);
109109
}
110110

0 commit comments

Comments
 (0)