RAD-Jupiter: Add initial support

This commit is contained in:
Paul Hollinsky
2022-05-28 14:42:09 -04:00
parent 407ccccedd
commit de3d8bf870
5 changed files with 191 additions and 0 deletions
+4
View File
@@ -111,6 +111,10 @@ std::vector<std::shared_ptr<Device>> DeviceFinder::FindAll() {
makeIfSerialMatches<RADGigastar>(dev, foundDevices);
#endif
#ifdef __RADJUPITER_H_
makeIfSerialMatches<RADJupiter>(dev, foundDevices);
#endif
#ifdef __RADMOON2_H_
makeIfSerialMatches<RADMoon2>(dev, foundDevices);
#endif