mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-01 11:13:58 -04:00
PX4: use BOOT.LOG instead of boot.log
This commit is contained in:
parent
e78e35f3bd
commit
8698ee43bb
@ -37,7 +37,8 @@ else
|
||||
fi
|
||||
|
||||
set sketch NONE
|
||||
set logfile /fs/microsd/APM/boot.log
|
||||
rm /fs/microsd/APM/boot.log
|
||||
set logfile /fs/microsd/APM/BOOT.LOG
|
||||
|
||||
if [ ! -f /bin/ArduPilot ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user