Skip to content

Commit e80f42a

Browse files
committed
fix(touch_proximity_sensor): fix the component version
1 parent 3847d04 commit e80f42a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/touch/touch_proximity_sensor/idf_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ dependencies:
99
idf: ">=5.3"
1010
cmake_utilities: "*"
1111
touch_sensor_fsm:
12-
version: "*"
12+
version: "0.5.*"
1313
touch_sensor_lowlevel:
14-
version: "*"
14+
version: "0.8.*"
1515
examples:
1616
- path: ../../../examples/touch/touch_proximity
1717
sbom:

0 commit comments

Comments
 (0)