Hi,
I am trying to use the modem_updater package to update the modem firmware using a CMSIS-DAP probe on an ESP32-S3 (On a custom designed baord).
I can use probe-rs with the ESP32-S3 without any issues, but when I tried modem_updater, It didn’t recognize the debug probe. I noticed in the code that the probes are being filtered only for RP VID/PID.
After modifying the code locally, it works fine.
Is there a reason for restricting the supported probes in this way? If not, I can submit a pull request to make it work with other CMSIS-DAP probes as well.