4
0
Fork 0
mirror of https://github.com/zzzzDev4/IAS-Better-Tea.git synced 2025-04-21 07:31:20 +02:00

add immediate sound when add button pressed

This commit is contained in:
zzzz 2024-07-03 14:13:41 +02:00
parent a16f59fe12
commit 06db7416f6

View file

@ -450,6 +450,7 @@ void loop()
if (isTouchBtnPressed()) if (isTouchBtnPressed())
{ {
sound.playSuccessSound();
smartDisplay.playTeaAnimationPartOne(32, "Accepted!", "", "", "saving..."); smartDisplay.playTeaAnimationPartOne(32, "Accepted!", "", "", "saving...");
String payload = teaNet.bundleNewTeaInfo(currentTea.m_rfidCode, currentTea.m_steepingSeconds); String payload = teaNet.bundleNewTeaInfo(currentTea.m_rfidCode, currentTea.m_steepingSeconds);