Index: scripts/update_package_script/update_package.py =================================================================== diff -u -re96bee4b319519f249302d308534a50a4902c4ce -r7d3311666abd028a6f9e53f6f907356d4709bbde --- scripts/update_package_script/update_package.py (.../update_package.py) (revision e96bee4b319519f249302d308534a50a4902c4ce) +++ scripts/update_package_script/update_package.py (.../update_package.py) (revision 7d3311666abd028a6f9e53f6f907356d4709bbde) @@ -348,6 +348,7 @@ self._utilities.send_update_available_to_firmware_stacks() self._handle_broadcast_message_thread(start_thread=True) time.sleep(self._WAIT_FOR_BOOTLOADER_AFTER_RESET_S) # Wait for a while or have a broadcast check + for update_file in list_of_update_files: # Make sure the file is opened a binary or hex if not update_file.endswith(".bin") and not update_file.endswith(".mcs"): continue