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){