You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When re-selecting a module after applying settings, certain field values are cut off.
In the existing code, the logic worked by immediately updating the value on the GUI screen when a UDP packet was received.
When UDP packets are sent multiple times through E-Save update, the second and subsequent packets are updated in the GUI before the packets are combined.
To solve this problem, we are correcting the code by combining all the packets received multiple times and updating them again in the GUI (fortunately, the user cannot see the update twice).
The text was updated successfully, but these errors were encountered:
When re-selecting a module after applying settings, certain field values are cut off.
In the existing code, the logic worked by immediately updating the value on the GUI screen when a UDP packet was received.
When UDP packets are sent multiple times through E-Save update, the second and subsequent packets are updated in the GUI before the packets are combined.
To solve this problem, we are correcting the code by combining all the packets received multiple times and updating them again in the GUI (fortunately, the user cannot see the update twice).
The text was updated successfully, but these errors were encountered: