Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1fbc7d

Browse files
committed
fixes #2067
1 parent 2df65a3 commit f1fbc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/esp/8266/clockless_block_esp8266.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extern uint32_t _frame_cnt;
2626
extern uint32_t _retry_cnt;
2727
#endif
2828

29-
template <uint8_t LANES, int FIRST_PIN, int T1, int T2, int T3, EOrder RGB_ORDER = GRB, int XTRA0 = 0, bool FLIP = false, int WAIT_TIME = 50>
29+
template <uint8_t LANES, int FIRST_PIN, int T1, int T2, int T3, EOrder RGB_ORDER = GRB, int XTRA0 = 0, bool FLIP = false, int WAIT_TIME = 280>
3030
class InlineBlockClocklessController : public CPixelLEDController<RGB_ORDER, LANES, PORT_MASK> {
3131
typedef typename FastPin<FIRST_PIN>::port_ptr_t data_ptr_t;
3232
typedef typename FastPin<FIRST_PIN>::port_t data_t;

0 commit comments

Comments
 (0)