Skip to content

Commit 09b25a5

Browse files
...
1 parent 89c14aa commit 09b25a5

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

File renamed without changes.

make_executables.sh

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ FILES=(
88
"freeze_requirements.sh"
99
"run.sh"
1010
"setup.sh"
11-
"run_server.sh"
12-
"run_linefollower.sh"
13-
"run_obstacle_detection.sh"
11+
"server.sh"
12+
"line_test.sh"
13+
"linefollower.sh"
14+
"ultrasonic_sensor_test.sh"
15+
"obstacle_avoidance.sh"
16+
"servo_test.sh"
1417
"clear_commits.sh"
18+
"filetree.sh"
19+
"activate_environment.sh"
20+
"app_test.sh"
1521
)
1622

1723
for file in "${FILES[@]}"; do

scripts/ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
_face_results, _face_lock,
4343
_face_frame_q, _face_enabled, _deepface_ok,
4444
)
45-
from flask_server import run_flask, shutdown_zeroconf
45+
from scripts.server import run_flask, shutdown_zeroconf
4646
from system_monitor import start_stats_thread, get_local_ip
4747
from face_detector import start_face_thread
4848
from camera_utils import cam_to_surface, make_qr

0 commit comments

Comments
 (0)