File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ def __display_training_file(self):
109109 train_file = 'uneekor'
110110 elif self .main_window .settings .device_id == LaunchMonitor .SKYTRAKPLUS :
111111 train_file = 'skytrak'
112+ elif self .main_window .settings .device_id == LaunchMonitor .R50 :
113+ train_file = 'r50'
112114 elif self .main_window .settings .device_id == LaunchMonitor .XSWINGPRO :
113115 train_file = 'xswingpro'
114116 elif self .main_window .settings .device_id == LaunchMonitor .SQUARE :
Original file line number Diff line number Diff line change @@ -163,6 +163,8 @@ def ocr_image(self):
163163 train_file = 'mevo'
164164 elif self .settings .device_id == LaunchMonitor .FSKIT :
165165 train_file = 'fskit'
166+ elif self .settings .device_id == LaunchMonitor .r50 :
167+ train_file = 'r50'
166168 elif self .settings .device_id == LaunchMonitor .TRACKMAN :
167169 train_file = 'trackman'
168170 elif self .settings .device_id == LaunchMonitor .TRUGOLF_APOGEE :
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ class LaunchMonitor:
1818 XSWINGPRO = "XSwingPro"
1919 SQUARE = "Square"
2020 SC4 = "Voice Caddie SC4"
21+ R50 = "Garmin R50"
2122
2223class Settings (SettingsBase ):
2324 version = "2"
You can’t perform that action at this time.
0 commit comments