Open
Description
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).