mirror of
https://github.com/playfultechnology/esp32-eyes.git
synced 2025-12-06 17:15:42 -08:00
Minor changes
This commit is contained in:
@@ -119,8 +119,8 @@ void FaceExpression::GoTo_Skeptic()
|
||||
void FaceExpression::GoTo_Frustrated()
|
||||
{
|
||||
ClearVariations();
|
||||
_face.RightEye.TransitionTo(Preset_Fustrated);
|
||||
_face.LeftEye.TransitionTo(Preset_Fustrated);
|
||||
_face.RightEye.TransitionTo(Preset_Frustrated);
|
||||
_face.LeftEye.TransitionTo(Preset_Frustrated);
|
||||
}
|
||||
|
||||
void FaceExpression::GoTo_Unimpressed()
|
||||
|
||||
Reference in New Issue
Block a user