led, sensor, power

This commit is contained in:
2023-01-01 08:52:10 +01:00
parent aaa75c0c88
commit 59519e4f55
5 changed files with 111 additions and 42 deletions

View File

@@ -103,6 +103,8 @@ void initAudio()
void setAudioState(bool state)
{
if(state == audioState) return;
audioState = state;
if (state)
{