## 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)
6a112f4ddfeaf30ec360567ea9260a39e195c385
idf.py add-dependency "espressif/esp_tinyuf2^1.1.1"