From 9e3ad5235608857c45b2c36b021f31289a6985e9 Mon Sep 17 00:00:00 2001 From: Qowy Date: Sat, 22 Mar 2025 10:30:20 +0100 Subject: [PATCH] fix wrong comment in xdrv_79_esp32_ble.ino (#23171) --- tasmota/tasmota_xdrv_driver/xdrv_79_esp32_ble.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_79_esp32_ble.ino b/tasmota/tasmota_xdrv_driver/xdrv_79_esp32_ble.ino index 81a6f779a..517ad9ce0 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_79_esp32_ble.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_79_esp32_ble.ino @@ -2711,10 +2711,10 @@ void CmndBLEAddrFilter(void){ ////////////////////////////////////////////////////////////// // Scan options -// BLEScan0 -> do a scan now if BLEMode == BLEModeScanByCommand -// BLEScan0 -> do a scan now if BLEMode == BLEModeScanByCommand for timesec seconds -// BLEScan1 0 -> Scans are passive -// BLEScan1 1 -> Scans are active +// BLEScan0 0 -> Scans are passive +// BLEScan0 1 -> Scans are active +// BLEScan1 -> do a scan now if BLEMode == BLEModeScanByCommand +// BLEScan1 -> do a scan now if BLEMode == BLEModeScanByCommand for timesec seconds // more options could be added... void CmndBLEScan(void){ switch(XdrvMailbox.index){