Unihiker Not Recognized After MicroPython Firmware Update (Shows as Generic ESP32)

Hello everyone,
I'm facing an issue after updating my Unihiker board and I'm hoping someone here might have some advice.
I've flashed the latest micropython firmware version (unihikerK10mpy_20250813_V1.0.bin). However, after the update, when I connect the board to my PC to use with Thonny, it's only recognized as a generic ESP32 device, not as a Unihiker board.
I have already tried to solve this by reinstalling the firmware multiple times using two different methods:
1. On Fedora KDE, using the recommended online ESP LaunchPad tool.
2. On Windows 11, using the official Flash Download Tool.
Unfortunately, the problem persists in both cases.
Has anyone experienced this before or have any suggestions on what I could try next?
Thank you in advance for your help!
USB devices are identified by Vendor ID/Product ID + possibly USB descriptors. If the firmware you flashed resets those identifiers (or doesn't include the Unihiker-specific USB descriptor), then the OS will show it as a generic ESP32 product.
