diff --git a/src/main.cpp b/src/main.cpp index 76b7a22..5545de2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -450,6 +450,7 @@ void loop() if (isTouchBtnPressed()) { + sound.playSuccessSound(); smartDisplay.playTeaAnimationPartOne(32, "Accepted!", "", "", "saving..."); String payload = teaNet.bundleNewTeaInfo(currentTea.m_rfidCode, currentTea.m_steepingSeconds);