Skip to content

Commit ea7b8b8

Browse files
committed
Refactor the gmf folder structure
Added gmf_examples component
1 parent 1e315ca commit ea7b8b8

File tree

223 files changed

+130
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

223 files changed

+130
-62
lines changed

.github/workflows/upload_component.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
with:
1616
components: |
1717
gmf_core:./gmf_core
18-
gmf_audio:./gmf_elements/gmf_audio
19-
gmf_io:./gmf_elements/gmf_io
20-
gmf_misc:./gmf_elements/gmf_misc
21-
esp_audio_simple_player:./examples/esp_audio_simple_player
22-
gmf_ai_audio:./gmf_elements/gmf_ai_audio
18+
gmf_audio:./elements/gmf_audio
19+
gmf_io:./elements/gmf_io
20+
gmf_misc:./elements/gmf_misc
21+
gmf_ai_audio:./elements/gmf_ai_audio
22+
esp_audio_simple_player:./packages/esp_audio_simple_player
2323
namespace: "espressif"
2424
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}

README.md

Lines changed: 6 additions & 6 deletions

README_CN.md

Lines changed: 6 additions & 6 deletions
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)