Skip to content

Commit 57309e3

Browse files
committed
feat(msc_ota): publish official version
1 parent 05c5fe0 commit 57309e3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

components/usb/esp_msc_ota/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# changelog
22

3+
## v1.0.0 - 2024-8-15
4+
5+
* Publish the official version
6+
37
## v0.1.2 - 2024-3-8
48

59
### Bug Fix

components/usb/esp_msc_ota/idf_component.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
version: "0.1.2"
1+
version: "1.0.0"
22
targets:
33
- esp32s2
44
- esp32s3
5+
- esp32p4
56

67
description: Support OTA update through USB host MSC
78
url: https://github.com/espressif/esp-iot-solution/tree/master/components/usb/esp_msc_ota

0 commit comments

Comments
 (0)