daemon: load intel firmware and setup stack on first power on only

This commit is contained in:
Matthias Ringwald 2019-10-10 16:53:00 +02:00
parent 0c208dfb97
commit 59064b8059

View File

@ -941,9 +941,8 @@ static int btstack_command_handler(connection_t *connection, uint8_t *packet, ui
btstack_chipset_intel_download_firmware(transport, &btstack_server_intel_firmware_done);
break;
}
#else
#endif
hci_power_control(HCI_POWER_ON);
#endif
}
break;
case BTSTACK_GET_VERSION: