File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
mpu60xx_motion_detect/main
mpu60xx_zero_motion_detect/main Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ license: Apache-2.0
1919
2020# url: https://github.com/espressif/esp-iot-solution/tree/master/components/sensors/humiture/aht20
2121
22- # examples:
23- # - path: ../../../ examples/sensors/aht20_demo
24- # - path: ../../../ examples/sensors/aht20_Sensor_Hub
22+ examples :
23+ - path : ../../examples/Sensors/mpu60xx_motion_detect
24+ - path : ../../examples/Sensors/mpu60xx_zero_motion_detect
2525
2626targets :
2727- esp32
Original file line number Diff line number Diff line change 22dependencies :
33 # # Required IDF version
44 idf :
5- version : " >=5.4 .0"
5+ version : " >=5.2 .0"
66 # # Put list of dependencies here
77 mpu60xx :
88 version : " *"
9- override_path : " ../../../../components/mpu60xx"
9+ override_path : " ../../../../../ components/mpu60xx"
1010 # # For components maintained by Espressif:
1111 # component: "~1.0.0"
1212 # # For 3rd party components:
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies:
66 # # Put list of dependencies here
77 mpu60xx :
88 version : " *"
9- override_path : " ../../../"
9+ override_path : " ../../../../../components/mpu60xx "
1010 # # For components maintained by Espressif:
1111 # component: "~1.0.0"
1212 # # For 3rd party components:
You can’t perform that action at this time.
0 commit comments