Fixing small error
Create and publish a Docker image / build-and-push-image (push) Successful in 8m39s Details

This commit is contained in:
Emran Billah 2024-08-01 13:02:31 -03:00
parent 31e689c389
commit 233fc09f68
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "";