File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ZigbeeCore::ZigbeeCore() {
20
20
_scan_status = ZB_SCAN_FAILED;
21
21
_started = false ;
22
22
_connected = false ;
23
- _scan_duration = 4 ; // maximum scan duration
23
+ _scan_duration = 3 ; // default scan duration
24
24
_rx_on_when_idle = true ;
25
25
if (!lock) {
26
26
lock = xSemaphoreCreateBinary ();
Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ class ZigbeeCore {
113
113
void setHostConfig (esp_zb_host_config_t config);
114
114
esp_zb_host_config_t getHostConfig ();
115
115
116
- void setPrimaryChannelMask (uint32_t mask);
117
116
void setPrimaryChannelMask (uint32_t mask); // By default all channels are scanned (11-26) -> mask 0x07FFF800
118
117
void setScanDuration (uint8_t duration); // Can be set from 1 - 4. 1 is fastest, 4 is slowest
119
118
uint8_t getScanDuration () {
You can’t perform that action at this time.
0 commit comments