increased warmup time
This commit is contained in:
parent
39adfd7cef
commit
e1160254a5
|
|
@ -106,7 +106,7 @@ void loop()
|
|||
long battery = 0;
|
||||
|
||||
// wait for everything the transistor switched on:
|
||||
delay(50);
|
||||
delay(200);
|
||||
|
||||
if (counter % 4 == 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue