DeviceFinder: Add serial match for FIRE3

This commit is contained in:
Jonathan Schwartz
2022-10-12 10:53:19 -04:00
parent 3b9a31ef51
commit 711976cce0
+4
View File
@@ -117,6 +117,10 @@ std::vector<std::shared_ptr<Device>> DeviceFinder::FindAll() {
makeIfSerialMatches<NeoVIFIRE2>(dev, newFoundDevices);
#endif
#ifdef __NEOVIFIRE3_H_
makeIfSerialMatches<NeoVIFIRE3>(dev, newFoundDevices);
#endif
#ifdef __NEOVIRED2_H_
makeIfSerialMatches<NeoVIRED2>(dev, newFoundDevices);
#endif