We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c5fe0 commit 57309e3Copy full SHA for 57309e3
components/usb/esp_msc_ota/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# changelog
2
3
+## v1.0.0 - 2024-8-15
4
+
5
+* Publish the official version
6
7
## v0.1.2 - 2024-3-8
8
9
### Bug Fix
components/usb/esp_msc_ota/idf_component.yml
@@ -1,7 +1,8 @@
-version: "0.1.2"
+version: "1.0.0"
targets:
- esp32s2
- esp32s3
+ - esp32p4
description: Support OTA update through USB host MSC
url: https://github.com/espressif/esp-iot-solution/tree/master/components/usb/esp_msc_ota
0 commit comments