From 568716ac283a8ecc153e54c105ebbe3458eab361 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sun, 10 Oct 2021 03:14:12 +0200 Subject: [PATCH] Remove unused randomSeed() --- src/custom/my_custom_fan_template.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/custom/my_custom_fan_template.cpp b/src/custom/my_custom_fan_template.cpp index e8eba9ad..c345dfa8 100644 --- a/src/custom/my_custom_fan_template.cpp +++ b/src/custom/my_custom_fan_template.cpp @@ -36,7 +36,6 @@ static void my_rotate_fan() void custom_setup() { // Initialization code here - randomSeed(millis()); prev_loop = millis(); }