Hello friends. I have a Teensy 4.0 device and I've made significant progress on my project, nearing completion and about to release it. I have a problem and would appreciate your help. To be able to send updates to the device, I need to create a hex file and install this update to the device on my customer's computer, but the device is in an enclosure and there's no access to the programming button. There's also an interface that can communicate with the Arduino via HID. I'm wondering if I can add a button to this interface and use a command I'll run on the Arduino to put it into programming mode. I'm going to give my customer a loader, but I can't upload hex files without pressing the programming button, and I'm looking for an alternative way to enter programming mode other than the hardware button. Thank you in advance for your help.