Update Json.ino
This commit is contained in:
parent
6bd01e7396
commit
8a051e1fd3
@ -315,7 +315,7 @@ void mqtt_callback(char* topic, byte* payload, unsigned int length) {
|
|||||||
//delay(200);
|
//delay(200);
|
||||||
for (int i = 0; i < 10; i++)
|
for (int i = 0; i < 10; i++)
|
||||||
{
|
{
|
||||||
// tone(BUZZER_PIN, 1000, 200);
|
tone(BUZZER_PIN, 1000, 200);
|
||||||
delay(500);
|
delay(500);
|
||||||
}
|
}
|
||||||
sendCommand("vis pic_doorbell,0");
|
sendCommand("vis pic_doorbell,0");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user