rebootcontroller after updating kernel

This commit is contained in:
2021-11-09 16:19:53 +01:00
parent 1e134276ca
commit 14ee2087dc
2 changed files with 2 additions and 2 deletions

View File

@ -2166,7 +2166,7 @@ void Detector::updateKernel(const std::string &fname, Positions pos) {
LOG(logINFO) << "Updating Kernel...";
std::vector<char> buffer = readBinaryFile(fname, "Update Kernel");
pimpl->Parallel(&Module::updateKernel, pos, buffer);
//rebootController(pos);
rebootController(pos);
}
void Detector::rebootController(Positions pos) {