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:
parent
a16f59fe12
commit
06db7416f6
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue