mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-19 12:27:16 +00:00
fix wrong comment in xdrv_79_esp32_ble.ino (#23171)
This commit is contained in:
parent
38ceafe789
commit
9e3ad52356
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user