Skip to content

Commit 802daf5

Browse files
committed
remove switch-controlled example and finalize Wall-E features
1 parent 0ddf6df commit 802daf5

43 files changed

Lines changed: 6 additions & 164 deletions

Some content is hidden

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

.github/workflows/test-build-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
image: espressif/idf:release-v5.1
1111
strategy:
1212
matrix:
13-
test-apps: [1_led_matrix, 2_LSA, 3_MPU, 5_PWM, 6_line_following, 7_self_balancing]
13+
test-apps: [1_led_blink, 2_LSA, 3_MPU, 4_PWM, 5_line_following, 6_self_balancing]
1414
steps:
1515
- name: Force Install GIT latest
1616
run: |

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "components/sra-board-component"]
22
path = components/sra-board-component
33
url = https://github.com/SRA-VJTI/sra-board-component.git
4-
[submodule "8_self_balancing/components/websocket"]
5-
path = 7_self_balancing/components/websocket
4+
[submodule "6_self_balancing/components/websocket"]
5+
path = 6_self_balancing/components/websocket
66
url = https://github.com/Molorius/esp32-websocket.git

4_switch_controlled_motor_normal/main/component.mk renamed to 4_PWM/main/component.mk

File renamed without changes.

4_switch_controlled_motor_normal/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

4_switch_controlled_motor_normal/README.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

4_switch_controlled_motor_normal/main/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)