Skip to content

Commit 2099372

Browse files
committed
Should be more like 2ms for the pixies
1 parent 841c42f commit 2099372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chipsets.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ FASTLED_NAMESPACE_BEGIN
2626
template<uint8_t DATA_PIN, EOrder RGB_ORDER = RGB>
2727
class PixieController : public CLEDController {
2828
SoftwareSerial Serial;
29-
CMinWait<1000> mWait;
29+
CMinWait<2000> mWait;
3030
public:
3131
PixieController() : Serial(-1, DATA_PIN) {}
3232

0 commit comments

Comments
 (0)