Index: dialin/utils/nv_ops_utils.py =================================================================== diff -u -r04d9678a26c46fe1567d9e8eecd80414a94ee4bc -r0b7a9c29a45ba2be12e1751167106a0e3a6aa526 --- dialin/utils/nv_ops_utils.py (.../nv_ops_utils.py) (revision 04d9678a26c46fe1567d9e8eecd80414a94ee4bc) +++ dialin/utils/nv_ops_utils.py (.../nv_ops_utils.py) (revision 0b7a9c29a45ba2be12e1751167106a0e3a6aa526) @@ -443,6 +443,9 @@ current_payload_length = 0 current_message_count = 1 temp_buffer = [0, 0, 0] + # Added this code to clear list prior to building another + # bytearray to be sent to firmware + self._record_packets_to_send_to_fw.clear() try: # Loop through the DG calibration_record dictionary