From 0e0e4703f732ea74e085bec114ee9995b756930a Mon Sep 17 00:00:00 2001 From: Tom Irgang Date: Sun, 16 Apr 2023 17:21:01 +0200 Subject: [PATCH] fix rainbow signature --- ESblinkt.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESblinkt.hpp b/ESblinkt.hpp index 934090a..b388a90 100644 --- a/ESblinkt.hpp +++ b/ESblinkt.hpp @@ -7,7 +7,7 @@ struct RgbColor color_wheel(uint8_t pos); void fill_rainbow(uint8_t offset, struct strip leds); void fill_solid(struct RgbColor color, struct strip leds); -void rainbow(struct strip leds); +void rainbow(uint32_t rainbow_speed, struct strip leds); void solid(struct RgbColor color, struct strip leds); void three_sided(struct three_sided three_sided_config, struct strip leds);