mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 13:16:45 +00:00
Remove unused randomSeed()
This commit is contained in:
parent
758b3daa54
commit
568716ac28
@ -36,7 +36,6 @@ static void my_rotate_fan()
|
|||||||
void custom_setup()
|
void custom_setup()
|
||||||
{
|
{
|
||||||
// Initialization code here
|
// Initialization code here
|
||||||
randomSeed(millis());
|
|
||||||
prev_loop = millis();
|
prev_loop = millis();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user