no extenders for items
This commit is contained in:
@@ -19,7 +19,7 @@ LampFactory::LampFactory(nlohmann::json &object, std::shared_ptr<DriverBoardPinC
|
||||
ItemFactory{object, pin_controller}
|
||||
{
|
||||
this->set_address_pins();
|
||||
/* this->set_mux_pins();
|
||||
this->set_mux_pins();
|
||||
|
||||
auto controller = std::dynamic_pointer_cast<detail::DriverBoardPinController>(this->pin_controller);
|
||||
|
||||
@@ -27,7 +27,7 @@ LampFactory::LampFactory(nlohmann::json &object, std::shared_ptr<DriverBoardPinC
|
||||
controller->set_data_pin(data_pin);
|
||||
|
||||
auto run_pin = this->get_address_pin(this->object.at(config_path::run_pin));
|
||||
controller->set_run_pin(run_pin);*/
|
||||
controller->set_run_pin(run_pin);
|
||||
}
|
||||
|
||||
std::map<std::string, std::shared_ptr<items::Lamp>> LampFactory::getItemMap()
|
||||
|
||||
Reference in New Issue
Block a user