From d971cb78cd351bcb11b3a9956bd0b93033c65d13 Mon Sep 17 00:00:00 2001 From: jameszah <36938190+jameszah@users.noreply.github.com> Date: Mon, 17 Oct 2022 14:09:21 -0600 Subject: [PATCH] Update ESP32-CAM-Video-Telegram_9.5.ino --- .../ESP32-CAM-Video-Telegram_9.5.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v9.5/ESP32-CAM-Video-Telegram_9.5/ESP32-CAM-Video-Telegram_9.5.ino b/v9.5/ESP32-CAM-Video-Telegram_9.5/ESP32-CAM-Video-Telegram_9.5.ino index aadfd4f..bbdcf96 100644 --- a/v9.5/ESP32-CAM-Video-Telegram_9.5/ESP32-CAM-Video-Telegram_9.5.ino +++ b/v9.5/ESP32-CAM-Video-Telegram_9.5/ESP32-CAM-Video-Telegram_9.5.ino @@ -406,7 +406,7 @@ void handleNewMessages(int numNewMessages) { do_eprom_write(); } - if (text == "/dis_avi") { + if (text == "/disavi") { avi_enabled = false; do_eprom_write(); }