mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 20:26:32 +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
|
// Scan options
|
||||||
// BLEScan0 -> do a scan now if BLEMode == BLEModeScanByCommand
|
// BLEScan0 0 -> Scans are passive
|
||||||
// BLEScan0 <timesec> -> do a scan now if BLEMode == BLEModeScanByCommand for timesec seconds
|
// BLEScan0 1 -> Scans are active
|
||||||
// BLEScan1 0 -> Scans are passive
|
// BLEScan1 -> do a scan now if BLEMode == BLEModeScanByCommand
|
||||||
// BLEScan1 1 -> Scans are active
|
// BLEScan1 <timesec> -> do a scan now if BLEMode == BLEModeScanByCommand for timesec seconds
|
||||||
// more options could be added...
|
// more options could be added...
|
||||||
void CmndBLEScan(void){
|
void CmndBLEScan(void){
|
||||||
switch(XdrvMailbox.index){
|
switch(XdrvMailbox.index){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user