esp-serial-flasher
esp-serial-flasher copied to clipboard
esp32_usb_cdc_acm_example using source file from uSD (ESF-156)
Is your feature request related to a problem?
No problem.
Describe the solution you'd like
The esp32_usb_cdc_acm_example works fine. But It would be great if there was another example like this that the master device would read the .bin files from a uSD card to flash the slave device.
Describe alternatives you've considered
No response
Additional context
No response
Hi @versamodule, thanks for the suggestion, that's exactly what I'm planning to do. I will try to add it in the future.
In the meantime, you could check out the ESP-IDF SD Card Examples for inspiration.