fixed typo
This commit is contained in:
@@ -127,10 +127,10 @@ void FlippRServer::initialize_output_driver()
|
||||
|
||||
try
|
||||
{
|
||||
lamp_config_stream.open(this->configs["lamp_config"].toString());
|
||||
solenoid_config_stream.open(this->configs["solenoid_config"].toString());
|
||||
sound_config_stream.open(this->configs["sound_config"].toString());
|
||||
display_config_stream.open(this->configs["display_config"].toString());
|
||||
lamp_config_stream.open(this->configs["lamp-config"].toString());
|
||||
solenoid_config_stream.open(this->configs["solenoid-config"].toString());
|
||||
sound_config_stream.open(this->configs["sound-config"].toString());
|
||||
display_config_stream.open(this->configs["display-config"].toString());
|
||||
}
|
||||
catch(const std::exception& e)
|
||||
{
|
||||
@@ -151,8 +151,8 @@ void FlippRServer::initialize_input_driver()
|
||||
|
||||
try
|
||||
{
|
||||
input_config_stream.open(this->configs["input_config"].toString());
|
||||
matrix_config_stream.open(this->configs["matrix_config"].toString());
|
||||
input_config_stream.open(this->configs["input-config"].toString());
|
||||
matrix_config_stream.open(this->configs["matrix-config"].toString());
|
||||
}
|
||||
catch(const std::exception& e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user