fix
This commit is contained in:
parent
922dbf98b9
commit
37989e25ae
@ -78,6 +78,7 @@ namespace esphome
|
||||
{
|
||||
BleFingerprintCollection::Setup();
|
||||
xTaskCreatePinnedToCore(scanTask, "scanTask", SCAN_TASK_STACK_SIZE, nullptr, 1, &scanTaskHandle, CONFIG_BT_NIMBLE_PINNED_TO_CORE);
|
||||
publishDevices = true;
|
||||
}
|
||||
|
||||
void ESP32Presense::loop()
|
||||
|
Loading…
Reference in New Issue
Block a user