From: Martin Mares Date: Fri, 29 Mar 2024 21:35:42 +0000 (+0100) Subject: test-neopixel-square: No auto-reset X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=94096060d8f460984cd95f3d702923f0a8197daa;p=home-hw.git test-neopixel-square: No auto-reset --- diff --git a/test-neopixel-square/main.c b/test-neopixel-square/main.c index b1e8098..7474061 100644 --- a/test-neopixel-square/main.c +++ b/test-neopixel-square/main.c @@ -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();