mirror of
https://github.com/zzzzDev4/IAS-Better-Tea.git
synced 2025-04-21 07:31:20 +02:00
tweak: servo range
This commit is contained in:
parent
2a3cd429c1
commit
364d721d8c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ void TeaTimer::beginSteeping(unsigned long t_steepingDuration)
|
||||||
{
|
{
|
||||||
if (m_isSteeping)
|
if (m_isSteeping)
|
||||||
return;
|
return;
|
||||||
m_servo->moveServoTo(115, 2);
|
m_servo->moveServoTo(125, 2);
|
||||||
m_endSteepingTime = millis() + t_steepingDuration;
|
m_endSteepingTime = millis() + t_steepingDuration;
|
||||||
m_isSteeping = true;
|
m_isSteeping = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue