fix wrong comment in xdrv_79_esp32_ble.ino (#23171)

This commit is contained in:
Qowy 2025-03-22 10:30:20 +01:00 committed by GitHub
parent 38ceafe789
commit 9e3ad52356
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2711,10 +2711,10 @@ void CmndBLEAddrFilter(void){
//////////////////////////////////////////////////////////////
// Scan options
// BLEScan0 -> do a scan now if BLEMode == BLEModeScanByCommand
// BLEScan0 <timesec> -> 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 <timesec> -> do a scan now if BLEMode == BLEModeScanByCommand for timesec seconds
// more options could be added...
void CmndBLEScan(void){
switch(XdrvMailbox.index){