Browse Source

blind alert sound shorter

Marek Kühn 4 years ago
parent
commit
f77414be2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Firmware/sound.cpp

+ 1 - 1
Firmware/sound.cpp

@@ -137,7 +137,7 @@ static void Sound_DoSound_Blind_Alert(void)
 {
      uint8_t nI;
 
-     for(nI=0; nI<50; nI++)
+     for(nI=0; nI<20; nI++)
      {
          WRITE(BEEPER,HIGH);
          delayMicroseconds(94);