Fixing small error
Create and publish a Docker image / build-and-push-image (push) Successful in 8m39s
Details
Create and publish a Docker image / build-and-push-image (push) Successful in 8m39s
Details
This commit is contained in:
parent
31e689c389
commit
233fc09f68
|
@ -36,7 +36,7 @@ bool setupXBee(const std::string &device_port, const unsigned int baud_rate) {
|
|||
}
|
||||
|
||||
// Flash config params to device
|
||||
std::cout << "Connected to XBee on port: " << argsStr << ". Flashing Config File..." << std::endl;
|
||||
std::cout << "Connected to XBee on " << argsStr << ". Flashing Config File..." << std::endl;
|
||||
std::vector<XBee_Parameter_S> *config_parameters = config_parser.Get_Loaded_Parameters();
|
||||
for (auto& param : *config_parameters) {
|
||||
std::string current_command = "";
|
||||
|
|
Loading…
Reference in New Issue