Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df65a3 commit f1fbc7dCopy full SHA for f1fbc7d
src/platforms/esp/8266/clockless_block_esp8266.h
@@ -26,7 +26,7 @@ extern uint32_t _frame_cnt;
26
extern uint32_t _retry_cnt;
27
#endif
28
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>
+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>
30
class InlineBlockClocklessController : public CPixelLEDController<RGB_ORDER, LANES, PORT_MASK> {
31
typedef typename FastPin<FIRST_PIN>::port_ptr_t data_ptr_t;
32
typedef typename FastPin<FIRST_PIN>::port_t data_t;
0 commit comments