create low level rtd handler in obj factory
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
This commit is contained in:
@ -532,9 +532,9 @@ void Max31865PT1000Handler::modeChanged() {
|
||||
}
|
||||
}
|
||||
|
||||
void Max31865PT1000Handler::setDeviceInfo(uint8_t idx, const std::string &locString_) {
|
||||
void Max31865PT1000Handler::setDeviceInfo(uint8_t idx, std::string locString_) {
|
||||
deviceIdx = idx;
|
||||
locString = locString_;
|
||||
locString = std::move(locString_);
|
||||
}
|
||||
|
||||
void Max31865PT1000Handler::setDebugMode(bool enable) { this->debugMode = enable; }
|
||||
|
Reference in New Issue
Block a user