Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/intercom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intercom.c')
-rw-r--r--intercom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/intercom.c b/intercom.c
index f4e3972..8ca9644 100644
--- a/intercom.c
+++ b/intercom.c
@@ -185,6 +185,7 @@ void incoming_ring() // Выполняется при любом входяще
clunet_send(CLUNET_BROADCAST_ADDRESS, CLUNET_PRIORITY_INFO, CLUNET_COMMAND_INTERCOM_RING, (char*)&mode, 1);
if (mode != 3 && mode != 0xFF)
intercom_bell();
+ else _delay_ms(500);
if (mode_temp) // Обнуляем временный режим
{
mode_temp = 0;