Added support for neoOBD2-SIM

This commit is contained in:
Paul Hollinsky
2018-09-20 18:11:47 -04:00
parent 1f65a03481
commit 95f3af3824
5 changed files with 40 additions and 0 deletions
+4
View File
@@ -11,6 +11,10 @@ std::vector<std::shared_ptr<Device>> DeviceFinder::FindAll() {
findResults.push_back(NeoOBD2PRO::Find());
#endif
#ifdef __NEOOBD2SIM_H_
findResults.push_back(NeoOBD2SIM::Find());
#endif
#ifdef __NEOVIFIRE_H_
findResults.push_back(NeoVIFIRE::Find());
#endif