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(); }