## ESP TinyUF2 `esp_tinyuf2` is an enhanced version of [TinyUF2](https://github.com/adafruit/tinyuf2) for ESP chips with USB-OTG support. Which features: - support over-the-air (OTA) updates through the virtual USB drive - support dumping NVS key-value pairs to ini file in the virtual USB drive - support modify ini file and write back to NVS ![](./uf2_disk.png) ### How to use [esp_tinyuf2 user guide](https://docs.espressif.com/projects/esp-iot-solution/en/latest/usb/usb_device/esp_tinyuf2.html)
6d8e9c96419c51b1d4a982dedbae2d900546a404
idf.py add-dependency "espressif/esp_tinyuf2^1.0.0"