]> mj.ucw.cz Git - home-hw.git/blobdiff - test-neopixel-square/main.c
test-neopixel-square: No auto-reset
[home-hw.git] / test-neopixel-square / main.c
index b1e80983606fddc4518e07fef3de108fb9cdff9b..74740615919d032869389247ad6976b290c44b6e 100644 (file)
@@ -265,7 +265,7 @@ int main(void)
                debug_led(0);
                // neopixel_set(NPIX_NUM_LEDS-1, 0, 0, 0x7f);
                delay_ms(500);
-               if (lsteps++ < 3000)
+               if (1 || lsteps++ < 3000)
                        life_step();
                else {
                        life_init();