X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltosFlashUI.java;h=ad7aeac844feb6eecb166fe6b0ae56d88f03322c;hp=0302ccd38d9231fd25e8166d2547422efe5c1d01;hb=9cdef76c1275b343099d0d01af82d7eadd36a410;hpb=5b3f18b38d80aa041b971204bf7a94278bd9584a diff --git a/altosui/AltosFlashUI.java b/altosui/AltosFlashUI.java index 0302ccd3..ad7aeac8 100644 --- a/altosui/AltosFlashUI.java +++ b/altosui/AltosFlashUI.java @@ -151,7 +151,7 @@ public class AltosFlashUI build_dialog(); - debug_dongle = AltosDeviceDialog.show(frame, AltosDevice.product_any); + debug_dongle = AltosDeviceDialog.show(frame, Altos.product_any); if (debug_dongle == null) return;