mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
HAL_PX4: auto-create APM directory on SD card
This commit is contained in:
parent
bb14672dab
commit
6a1aad30f1
@ -41,6 +41,10 @@ fi
|
||||
|
||||
if [ $sketch != NONE ]
|
||||
then
|
||||
if mkdir /fs/microsd/APM
|
||||
then
|
||||
echo "Created APM directory"
|
||||
fi
|
||||
if [ -f /fs/microsd/px4io.bin ]
|
||||
then
|
||||
echo "Checking for new px4io firmware"
|
||||
|
Loading…
Reference in New Issue
Block a user