Skip to content

Commit

Permalink
Merge pull request #129 from nasa-jpl/fix-missing-el2809-offline
Browse files Browse the repository at this point in the history
feat: initial commit
  • Loading branch information
preston-rogers authored Oct 10, 2023
2 parents 6d94f3b + 8bcc1c1 commit 41e0c27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,9 @@ bool fastcat::Manager::ConfigOfflineBusFromYaml(YAML::Node node)
} else if (0 == device_class.compare("El2124")) {
device = std::make_shared<El2124Offline>();

} else if (0 == device_class.compare("El2809")) {
device = std::make_shared<El2809Offline>();

} else if (0 == device_class.compare("El3208")) {
device = std::make_shared<El3208Offline>();

Expand Down

0 comments on commit 41e0c27

Please sign in to comment.