fix: 保留eno3,服务之间不再相互依赖

This commit is contained in:
2026-04-11 19:10:31 +08:00
parent 8b6a243a0d
commit f00d6661c0
6 changed files with 18 additions and 37 deletions

View File

@@ -1,13 +1,12 @@
# Boot-time settings for the robot-side autostart chain.
# Override machine-specific values in robot-boot.env.local.
BLITZ_BOOT_DELAY_SEC="30"
BLITZ_BOOT_DELAY_SEC="60"
BLITZ_LOG_FILE="/var/log/blitz-robot/startup.log"
BLITZ_5G_DIAL_DIR="/home/nvidia/5g-test/5G"
BLITZ_5G_SERIAL_PORT="/dev/ttyUSB7"
BLITZ_5G_INTERFACE="eth0"
BLITZ_5G_DISABLE_INTERFACES="eno3"
BLITZ_5G_SERIAL_WAIT_SEC="60"
BLITZ_5G_ROUTE_WAIT_SEC="30"