Update Json.ino

This commit is contained in:
Frank 2022-03-07 09:34:57 +01:00
parent 6bd01e7396
commit 8a051e1fd3

View File

@ -315,7 +315,7 @@ void mqtt_callback(char* topic, byte* payload, unsigned int length) {
//delay(200);
for (int i = 0; i < 10; i++)
{
// tone(BUZZER_PIN, 1000, 200);
tone(BUZZER_PIN, 1000, 200);
delay(500);
}
sendCommand("vis pic_doorbell,0");