Skip to content

Commit b7ae58a

Browse files
committed
fix manifests some more
1 parent ce02417 commit b7ae58a

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

components/cli/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation: "https://esp-cpp.github.io/espp/cli.html"
1010
tags:
1111
- cpp
1212
- Component
13-
- Command Line
13+
- Command-Line
1414
- CLI
1515
- Input
1616
dependencies:

components/display_drivers/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111
- cpp
1212
- Component
1313
- Display
14-
- Display Drivers
14+
- Drivers
1515
- GC9A01
1616
- ILI9341
1717
- SH8601

components/motorgo-mini/idf_component.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ documentation: "https://esp-cpp.github.io/espp/motorgo_mini.html"
1010
tags:
1111
- cpp
1212
- Component
13-
- MotorGo Mini
13+
- MotorGo
14+
- MotorGo-Mini
1415
- BSP
1516
targets:
1617
- esp32s3

idf_component.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ maintainers:
88
- William Emfinger <waemfinger@gmail.com>
99
documentation: "https://esp-cpp.github.io/espp/"
1010
tags:
11-
- C++
11+
- cpp
12+
- Component
1213
dependencies:
1314
idf:
1415
version: '>=5.4.0'

0 commit comments

Comments
 (0)